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.
60 lines
1.8 KiB
60 lines
1.8 KiB
* |
|
!/.gitignore |
|
|
|
################################################################################################################################ |
|
# Hauptordner |
|
################################################################################################################################ |
|
!/README.md |
|
|
|
################################################################################################################################ |
|
# Projekt |
|
################################################################################################################################ |
|
!/docs |
|
/docs/*.md |
|
/docs/*.tex |
|
/docs/*.pdf |
|
!/docs/loesungen.tex |
|
!/docs/loesungen.pdf |
|
!/code |
|
!/code/geogebra |
|
!/code/geogebra/*.ggb |
|
!/code/python |
|
!/code/python/*.py |
|
!/code/R |
|
!/code/R/*.r |
|
!/notes |
|
!/notes/**/*.tex |
|
!/notes/**/*.md |
|
!/notes/**/*.rtf |
|
!/notes/**/*.pdf |
|
!/uebung |
|
!/uebung/woche1 |
|
!/uebung/woche2 |
|
!/uebung/woche3 |
|
!/uebung/woche4 |
|
!/uebung/woche5 |
|
!/uebung/woche6 |
|
!/uebung/woche7 |
|
!/uebung/woche8 |
|
!/uebung/woche9 |
|
!/uebung/woche10 |
|
!/uebung/woche11 |
|
!/uebung/woche12 |
|
!/uebung/woche13 |
|
!/uebung/**/*.md |
|
!/uebung/**/*.txt |
|
!/uebung/**/*.rtf |
|
!/uebung/**/*.tex |
|
!/contacts |
|
!/contacts/*.py |
|
|
|
################################################################################################################################ |
|
# Artefakte |
|
################################################################################################################################ |
|
/**/*.spec |
|
/**/__pycache__ |
|
|
|
################################################################################################################################ |
|
# gitkeep: präserviert alle Ordner mit einer .gitkeep Datei drin (damit auch leere Ordner synchronisiert werden). |
|
################################################################################################################################ |
|
!/**/.gitkeep
|
|
|