You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.6 KiB
50 lines
1.6 KiB
* |
|
!/.gitignore |
|
|
|
################################################################################################################################ |
|
# Hauptordner |
|
################################################################################################################################ |
|
!/README.md |
|
|
|
################################################################################################################################ |
|
# Projekt |
|
################################################################################################################################ |
|
!/docs |
|
/docs/*.md |
|
/docs/*.tex |
|
/docs/*.pdf |
|
!/docs/loesungen.tex |
|
!/docs/loesungen.pdf |
|
!/docs/zusatz.tex |
|
!/docs/zusatz.pdf |
|
|
|
!/code |
|
!/code/**/*.md |
|
!/code/geogebra |
|
!/code/geogebra/*.ggb |
|
!/code/octave |
|
!/code/octave/*.m |
|
!/code/python |
|
!/code/python/*.py |
|
!/code/R |
|
!/code/R/*.r |
|
|
|
!/notes |
|
!/notes/**/*.md |
|
|
|
!/protocol |
|
!/protocol/*.md |
|
|
|
!/contacts |
|
!/contacts/*.py |
|
|
|
################################################################################################################################ |
|
# Artefakte |
|
################################################################################################################################ |
|
/**/*.spec |
|
/**/__pycache__ |
|
|
|
################################################################################################################################ |
|
# gitkeep: präserviert alle Ordner mit einer .gitkeep Datei drin (damit auch leere Ordner synchronisiert werden). |
|
################################################################################################################################ |
|
!/**/.gitkeep
|
|
|