ads1_2021/.gitignore

41 lines
722 B
Plaintext

*
!/.gitignore
################################################################
# MAIN FOLDER
################################################################
!/.env
!/README.md
################################################################
# PROJECT FILES
################################################################
!/protocol
!/notes
!/notes/glossar.md
!/notes/quellen.md
!/protocol/README.md
!/protocol/woche*.md
!/scripts
!/scripts/*.sh
!/code
!/code/python
!/code/golang
!/code/config.yml
!/dist
!/dist/VERSION
################################################################
# ARTEFACTS
################################################################
/**/__pycache__
/**/.DS_Store
/**/__archive__*