From b3af5ec8036d1e24da4a732569a416496bb23dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Thu, 5 Oct 2023 15:25:39 +0200 Subject: [PATCH] Gitignore => Update --- .gitignore | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 7a1e396..54d95c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ -.env - aws.xml workspace.xml +.gitlab-ci-local +Wiki/.idea + +AssignmentChecker/src/config/Version.ts ############################ MacOS # General @@ -184,11 +186,10 @@ web_modules/ .yarn-integrity # dotenv environment variable files -.env -.env.development.local -.env.test.local -.env.production.local -.env.local +.env* +.flaskenv* +!.env.project +!.env.vault # parcel-bundler cache (https://parceljs.org/) .cache @@ -243,7 +244,7 @@ dist ########################### Gitlab Runner builds/ -localartifacts/ +cache/ ########################### JetBrains @@ -345,4 +346,4 @@ Sessionx.vim # Auto-generated tag files tags # Persistent undo -[._]*.un~ \ No newline at end of file +[._]*.un~ -- GitLab