14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
# Ignore the actual environment variables file
|
|
.env
|
|
|
|
# Ignore the data directory which will contain emails, databases, and private SSL keys
|
|
/data/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Backup files
|
|
/backups/
|
|
backup.log
|