initial commit
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Ignore environment variables containing secrets
|
||||
.env
|
||||
|
||||
# Ignore persistent data volumes
|
||||
volumes/
|
||||
*/volumes/
|
||||
*data/
|
||||
assets/
|
||||
|
||||
# Ignore backups
|
||||
backups/
|
||||
*.tar.gz
|
||||
*.sql
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user