19 lines
199 B
Plaintext
19 lines
199 B
Plaintext
# build/runtime artifacts
|
|
bin/
|
|
logs/
|
|
data/
|
|
*.pid
|
|
|
|
# local env secrets
|
|
.env.production
|
|
.env
|
|
|
|
# frontend deps/cache
|
|
web/frontend/node_modules/
|
|
web/frontend/dist/
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|