From 406b1efee56518ef6aaaf1a50354b7dbb4733d66 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 22 Oct 2025 13:06:19 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Fixed=20the=20.gitignor?= =?UTF-8?q?e=20file=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .gitignore --- .gitignore | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1e91c9f..dbb7510 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# gitignore created on 10/15/22 at 13:39 +# gitignore created on 05/22/25 at 21:00 # Disable reminder in prompt ignoredirmessage @@ -20,7 +20,7 @@ ignoredirmessage ### macOS ### # General -.DS_Store +.DS_Store? .AppleDouble .LSOverride @@ -70,17 +70,18 @@ $RECYCLE.BIN/ *.msm *.msp +# misc +!*/README* +!inc/main.bash + # Windows shortcuts *.lnk -# Other -**/.installed - # ignore commit message **/.gitcommit -#ignore .failed -**/.build_failed +# ignore .build_failed files +**/.build_failed* # ignore .bak files **/*.bak @@ -91,3 +92,26 @@ $RECYCLE.BIN/ # ignore .no_git files **/.no_git +# ignore .installed files +**/.installed + +# ignore work in progress files +**/*.rewrite.sh +**/*.refactor.sh + +# ignore dotenv files +.env + +# Ignore the file: app.env +app.env + +# Ignore the file: compose.default.yaml +compose.default.yaml +# ignore the default dotenv file +default.env +# Exclude the rootfs dir +rootfs + +# Exclude compose.yaml just in case it has sensitive data +compose.yaml +