Compare commits

...

No commits in common. "322d14663a0ce3cb6d6cc0f3432b4d214c78c775" and "f7b73ccfec589686ebc6274583b1785a50a76280" have entirely different histories.

1 changed files with 0 additions and 52 deletions

52
.gitignore vendored
View File

@ -1,52 +0,0 @@
*
!/.gitignore
################################################################################################################################
# Hauptordner
################################################################################################################################
!/README.md
################################################################################################################################
# Projekt
################################################################################################################################
!/docs
/docs/*.md
/docs/*.tex
/docs/*.pdf
!/docs/loesungen.tex
!/docs/loesungen.pdf
!/docs/zusatz.tex
!/docs/zusatz.pdf
!/docs/musterloesung_WiSe_2020_2021_Kl1_A6.tex
!/docs/musterloesung_WiSe_2020_2021_Kl1_A6.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