commit c776ee7b4056d4435778edb2f980b4f329074792 Author: mfredrich Date: Sun Dec 14 18:11:19 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..49297af --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# ---> GitBook +# Node rules: +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +## Dependency directory +## Commenting this out is preferred by some people, see +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git +node_modules + +# Book build output +_book + +# eBook build output +*.epub +*.mobi +*.pdf + +# ---> TortoiseGit +# Project-level settings +/.tgitconfig + diff --git a/README.md b/README.md new file mode 100644 index 0000000..2ecfdd9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Jira-Scripte + +Scripte für Automations und Workflows (pds) \ No newline at end of file