initial commit

This commit is contained in:
2026-03-23 02:53:33 +08:00
commit abd415fff0
5 changed files with 242 additions and 0 deletions

13
.gitignore vendored Normal file
View 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