master > master: .gitignore
This commit is contained in:
commit
823fd0a7ea
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal 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__*
|
Loading…
Reference in New Issue
Block a user