commit 121caa78575bfc1c99e83f0f010025381303f764 Author: raj_mathe Date: Tue Oct 12 20:38:57 2021 +0200 master > master: .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf10ae5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +* +!/.gitignore + +################################################################ +# MAIN FOLDER +################################################################ + +!/README.md + +################################################################ +# PROJECT FILES +################################################################ + +!/protocol +!/notes +!/notes/glossar.md +!/notes/quellen.md + +!/protocol/README.md +!/protocol/woche*.md + +!/code + +################################################################ +# ARTEFACTS +################################################################ + +/**/__pycache__ +/**/.DS_Store +/**/__archive__*