main > main: .gitignore
This commit is contained in:
parent
f7b73ccfec
commit
4006328729
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user