24 lines
208 B
Plaintext
24 lines
208 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Environment (never commit real secrets)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor / IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs and temp
|
|
*.log
|
|
.tmp/
|
|
tmp/
|