commit 66c6136009b17798781d61a3fb958c9b47218969 Author: raj_mathe Date: Wed Mar 30 17:25:52 2022 +0200 master > master: .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f7d7db --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +* +!/.gitignore + +################################################################ +# MAIN FOLDER +################################################################ + +/.env +!/Makefile +!/README.md +!/LICENSE + +################################################################ +# PROJECT FILES +################################################################ + +!/notes +!/notes/glossar.md +!/notes/quellen.md + +!/protocol +!/protocol/README.md +!/protocol/woche*.md + +!/scripts +!/scripts/*.sh + +!/code +!/code/python +!/code/rust + +!/dist +!/dist/VERSION + +################################################################ +# AUXLIARY +################################################################ + +/logs + +################################################################ +# ARTEFACTS +################################################################ + +/**/__pycache__ +/**/.DS_Store +/**/__archive__* + +################################################################ +# Git Keep +################################################################ + +!/**/.gitkeep