diff --git a/.gitignore b/.gitignore index 2f7d7db..3b9616a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,8 +15,6 @@ ################################################################ !/notes -!/notes/glossar.md -!/notes/quellen.md !/protocol !/protocol/README.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