my-runtipi/.gitignore
Lockszmith (@kateryna) 8097a303d8 Move system specific values into _templates
Added szetup.sh to link to the system specific templates
2024-12-24 15:45:23 -05:00

15 lines
376 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