make app production-ready
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
.cache
|
||||
build
|
||||
node_modules
|
||||
|
||||
# Local-only files that must NOT be baked into the production image.
|
||||
.env
|
||||
.env.*
|
||||
!.env.production.example
|
||||
prisma/dev.sqlite
|
||||
prisma/dev.sqlite-journal
|
||||
.shopify
|
||||
.git
|
||||
.github
|
||||
*.log
|
||||
extensions/*/dist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user