master > master: .gitignore
This commit is contained in:
commit
66c6136009
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user