Initial Email-Forwarder scaffold
This commit is contained in:
commit
91e52aecd0
22 changed files with 1007 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Migrations-Secrets bleiben lokal, nie ins Git (erst bei Go-Live rotieren + einlagern)
|
||||
config.json
|
||||
*.db
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
|
||||
# Lokales Cold Backup (mbox) nicht versionieren
|
||||
backup/
|
||||
/emailforwarder
|
||||
/emailforwarder.exe
|
||||
|
||||
# Bun / Frontend
|
||||
frontend-js/node_modules/
|
||||
Loading…
Add table
Add a link
Reference in a new issue