diff --git a/.gitignore b/.gitignore index 453c9ef..dbb7510 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# gitignore created on 08/09/24 at 16:53 +# gitignore created on 05/22/25 at 21:00 # Disable reminder in prompt ignoredirmessage @@ -83,7 +83,6 @@ $RECYCLE.BIN/ # ignore .build_failed files **/.build_failed* - # ignore .bak files **/*.bak @@ -96,3 +95,23 @@ $RECYCLE.BIN/ # 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 +