26 lines
503 B
Plaintext
26 lines
503 B
Plaintext
# Ignore all directories named 'nextcloud' and 'db' within the /home/ac1dburn/services directory
|
|
/nextcloud/nextcloud/
|
|
/nextcloud/db/
|
|
/actualbudget/data/
|
|
/photoprism/storage/
|
|
|
|
# Exclude any log files or other temporary files that you don't want to commit
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
|
|
# Exclude sensitive or environment-specific files
|
|
.env
|
|
config.ini
|
|
secrets.json
|
|
app.ini
|
|
|
|
# Exclude node_modules if it's present in any of your services
|
|
/node_modules/
|
|
|
|
# Exclude compiled binaries or files
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|