17 lines
161 B
Plaintext
17 lines
161 B
Plaintext
# Secrets
|
|
.env
|
|
|
|
# Persistent application data
|
|
config/
|
|
mongodb/
|
|
|
|
# Local backups and archives
|
|
*.tgz
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# Logs and editor files
|
|
*.log
|
|
.DS_Store
|
|
*.swp
|