Files
nas-compose/.gitignore
2024-09-26 15:59:37 +02:00

14 lines
326 B
Plaintext

*.nas-compose.env
# Prevent the content of volumes from being commited, but allow the folders
/*/volumes/*/**
# Prevent secrets from being commited
/*/secrets/**
# Prevent local environment configuration from being commited
/*/.env
# Allow .gitkeeps for empty folders (volumes/secrets)
!.gitkeep
!.gitignore
@eaDir
.DS_Store