security hardening + drafts/attachments

This commit is contained in:
2026-02-21 19:10:56 -05:00
parent 1dc99eb681
commit a0105956e4
35 changed files with 4928 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
.env
.env.*
!.env.example
# node
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# data
/data/
web/data/
worker/data/
# uploads/attachments
**/uploads/
**/attachments/
# OS
.DS_Store
# misc
*.swp