diff --git a/.gitignore b/.gitignore index 597c1af..0b57cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -11,14 +11,9 @@ # PROJECT FILES ################################################################ -!/protocol !/notes -!/notes/glossar.md -!/notes/quellen.md -!/notes/woche*.pdf -!/notes/notes.tex -!/notes/notes.pdf +!/protocol !/protocol/README.md !/protocol/woche*.md diff --git a/notes/.gitignore b/notes/.gitignore new file mode 100644 index 0000000..4f5c3a4 --- /dev/null +++ b/notes/.gitignore @@ -0,0 +1,24 @@ +* +!/.gitignore + +################################################################ +# MAIN FOLDER +################################################################ + +# + +################################################################ +# PROJECT FILES +################################################################ + +!/glossar.md +!/quellen.md +!/notes.tex +!/notes.pdf +!/woche*.pdf + +################################################################ +# Git Keep +################################################################ + +!/**/.gitkeep