Compare commits

..

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

3 changed files with 0 additions and 1704 deletions

49
.gitignore vendored
View File

@ -1,49 +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_*.tex
!/docs/musterloesung_*.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
################################################################################################################################
# Artefakte
################################################################################################################################
/**/*.spec
/**/__pycache__
################################################################################################################################
# gitkeep: präserviert alle Ordner mit einer .gitkeep Datei drin (damit auch leere Ordner synchronisiert werden).
################################################################################################################################
!/**/.gitkeep

File diff suppressed because it is too large Load Diff