18 lines
187 B
Plaintext
18 lines
187 B
Plaintext
# Local environment and secrets
|
|
.env
|
|
*.env
|
|
|
|
# Dependency folders
|
|
node_modules/
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Runtime logs and temporary files
|
|
*.log
|
|
tmp/
|
|
temp/
|