ads1_2021/.gitignore

41 lines
722 B
Plaintext
Raw Permalink Normal View History

2021-10-12 20:38:57 +02:00
*
!/.gitignore
################################################################
# MAIN FOLDER
################################################################
2021-10-30 10:17:44 +02:00
!/.env
2021-10-12 20:38:57 +02:00
!/README.md
################################################################
# PROJECT FILES
################################################################
!/protocol
!/notes
!/notes/glossar.md
!/notes/quellen.md
!/protocol/README.md
!/protocol/woche*.md
2021-10-30 10:17:44 +02:00
!/scripts
!/scripts/*.sh
2021-10-12 20:38:57 +02:00
!/code
2021-11-06 10:53:08 +01:00
!/code/python
!/code/golang
2021-10-24 19:32:15 +02:00
!/code/config.yml
2021-10-30 10:17:44 +02:00
!/dist
!/dist/VERSION
2021-10-12 20:38:57 +02:00
################################################################
# ARTEFACTS
################################################################
/**/__pycache__
/**/.DS_Store
/**/__archive__*