chore(ops): harden deployment and runtime setup
This commit is contained in:
parent
1d7e7c41c9
commit
c35bd5877e
30 changed files with 534 additions and 61 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -5,9 +5,13 @@ dist
|
|||
.env
|
||||
.env.local
|
||||
npm-debug.log*
|
||||
data/*.json
|
||||
data/contact-inquiries.json
|
||||
data/repair-inquiries.json
|
||||
data/site-settings.json
|
||||
data/smtp-settings.json
|
||||
public/uploads/images/*
|
||||
!public/uploads/.gitkeep
|
||||
!public/uploads/images/.gitkeep
|
||||
data/
|
||||
.DS_Store
|
||||
*.tmp
|
||||
*.temp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue