Compare commits
No commits in common. "f7b73ccfec589686ebc6274583b1785a50a76280" and "322d14663a0ce3cb6d6cc0f3432b4d214c78c775" have entirely different histories.
f7b73ccfec
...
322d14663a
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
*
|
||||||
|
!/.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
|
Loading…
x
Reference in New Issue
Block a user