master > master: .gitignore

This commit is contained in:
RD 2022-03-30 17:25:52 +02:00
commit 66c6136009
1 changed files with 53 additions and 0 deletions

53
.gitignore vendored Normal file
View File

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