From 66c6136009b17798781d61a3fb958c9b47218969 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Wed, 30 Mar 2022 17:25:52 +0200 Subject: [PATCH] master > master: .gitignore --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f7d7db --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +* +!/.gitignore + +################################################################ +# MAIN FOLDER +################################################################ + +/.env +!/Makefile +!/README.md +!/LICENSE + +################################################################ +# PROJECT FILES +################################################################ + +!/notes +!/notes/glossar.md +!/notes/quellen.md + +!/protocol +!/protocol/README.md +!/protocol/woche*.md + +!/scripts +!/scripts/*.sh + +!/code +!/code/python +!/code/rust + +!/dist +!/dist/VERSION + +################################################################ +# AUXLIARY +################################################################ + +/logs + +################################################################ +# ARTEFACTS +################################################################ + +/**/__pycache__ +/**/.DS_Store +/**/__archive__* + +################################################################ +# Git Keep +################################################################ + +!/**/.gitkeep