31 lines
620 B
Plaintext
31 lines
620 B
Plaintext
*
|
|
!/.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__*
|