From c776ee7b4056d4435778edb2f980b4f329074792 Mon Sep 17 00:00:00 2001 From: mfredrich Date: Sun, 14 Dec 2025 18:11:19 +0000 Subject: [PATCH] Initial commit --- .gitignore | 22 ++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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