ignore
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
# Local runtime data / secrets
|
||||
data/
|
||||
backend/data/*.json
|
||||
|
||||
# Allow checked-in examples/templates
|
||||
!backend/data/*.example.json
|
||||
|
||||
# Dependencies / build output
|
||||
node_modules/
|
||||
backend/node_modules/
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/dev-dist/
|
||||
|
||||
# Env files
|
||||
.env
|
||||
.env.*
|
||||
*.env
|
||||
|
||||
Reference in New Issue
Block a user