security hardening + drafts/attachments
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user