mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-10-23 14:02:14 -04:00
🗃️ Fixed the .gitignore file 🗃️
.gitignore
This commit is contained in:
38
.gitignore
vendored
38
.gitignore
vendored
@@ -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
|
# Disable reminder in prompt
|
||||||
ignoredirmessage
|
ignoredirmessage
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ ignoredirmessage
|
|||||||
|
|
||||||
### macOS ###
|
### macOS ###
|
||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store?
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
|
|
||||||
@@ -70,17 +70,18 @@ $RECYCLE.BIN/
|
|||||||
*.msm
|
*.msm
|
||||||
*.msp
|
*.msp
|
||||||
|
|
||||||
|
# misc
|
||||||
|
!*/README*
|
||||||
|
!inc/main.bash
|
||||||
|
|
||||||
# Windows shortcuts
|
# Windows shortcuts
|
||||||
*.lnk
|
*.lnk
|
||||||
|
|
||||||
# Other
|
|
||||||
**/.installed
|
|
||||||
|
|
||||||
# ignore commit message
|
# ignore commit message
|
||||||
**/.gitcommit
|
**/.gitcommit
|
||||||
|
|
||||||
#ignore .failed
|
# ignore .build_failed files
|
||||||
**/.build_failed
|
**/.build_failed*
|
||||||
|
|
||||||
# ignore .bak files
|
# ignore .bak files
|
||||||
**/*.bak
|
**/*.bak
|
||||||
@@ -91,3 +92,26 @@ $RECYCLE.BIN/
|
|||||||
# ignore .no_git files
|
# ignore .no_git files
|
||||||
**/.no_git
|
**/.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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user