25 lines
261 B
Plaintext
25 lines
261 B
Plaintext
# Dependencies and build output
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
coverage/
|
|
target/
|
|
|
|
# Local environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
|
|
# Editors and operating systems
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Local databases and logs
|
|
*.db
|
|
*.sqlite
|
|
*.log
|