my-runtipi/.gitignore
Lockszmith (@Kateryna) 5ae4511e95 ignore **/config.json
2025-03-04 23:00:19 -05:00

20 lines
463 B
Text

# 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
_traefik/tls
_traefik/shared
# make it eash to disable stuff without committing
tmp.*
*.tmp
*.off
# Exclude specific local configurations
**/config.json
_secrets/*
!_secrets/README.md