From 0463dbbc663e6ddcb5f7aa6376a741e439fc799f Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Tue, 26 Apr 2022 14:22:02 +0200 Subject: [PATCH] =?UTF-8?q?master=20>=20master:=20gitignore=20-=20=C3=BCbe?= =?UTF-8?q?rarbeitet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +------ notes/.gitignore | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 notes/.gitignore 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