initial commit
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user