2024-12-24 20:28:51 +00:00
|
|
|
# These will be a local sym-link
|
|
|
|
*.local
|
|
|
|
*.local.yml
|
|
|
|
# local env should not be committed
|
|
|
|
app.env
|
|
|
|
# local data should always be in a subdir named local, and never committed
|
|
|
|
**/local
|
|
|
|
# traefik/tls and /sahred shouldn't exist, but in case they are copied over - don't commit them
|
2024-12-13 15:24:05 +00:00
|
|
|
_traefik/tls
|
|
|
|
_traefik/shared
|
2024-12-24 20:28:51 +00:00
|
|
|
# make it eash to disable stuff without committing
|
|
|
|
tmp.*
|
|
|
|
*.tmp
|
|
|
|
*.off
|
|
|
|
|