Compare commits

...

2 Commits

Author SHA1 Message Date
RD baef622fc5
main > main: musterlsg 2023-10-18 21:33:51 +02:00
RD 4006328729
main > main: .gitignore 2023-10-18 21:32:23 +02:00
3 changed files with 1704 additions and 0 deletions

49
.gitignore vendored Normal file
View File

@ -0,0 +1,49 @@
*
!/.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

Binary file not shown.

File diff suppressed because it is too large Load Diff