master > master: .gitignore aufgeteilt

This commit is contained in:
RD
2021-11-06 10:53:08 +01:00
parent 3a4702429b
commit 924104408f
3 changed files with 72 additions and 13 deletions

38
code/python/.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
*
!/.gitignore
################################################################
# MAIN FOLDER
################################################################
!/Makefile
!/README.md
!/requirements
################################################################
# PROJECT FILES
################################################################
!/assets
!/assets/VERSION
!/assets/LOGO
!/assets/config.yml
!/src
!/src/**/
!/src/**/*.py
!/test
!/test/**/
!/test/**/*.py
## nicht synchronisieren:
!/build
################################################################
# ARTEFACTS
################################################################
/**/__pycache__
/**/.DS_Store
/**/__archive__*