17 lines
158 B
Plaintext
17 lines
158 B
Plaintext
# secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# dependencies / build output
|
|
node_modules/
|
|
dist/
|
|
|
|
# runtime artifacts
|
|
outputs/
|
|
*.log
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
__MACOSX/
|