master > master: .gitignore

This commit is contained in:
RD 2021-10-12 20:39:07 +02:00
commit 823fd0a7ea
1 changed files with 30 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@ -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__*