33 lines
231 B
Plaintext
33 lines
231 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
lib/
|
|
|
|
# Build outputs
|
|
out/
|
|
dist/
|
|
cache/
|
|
artifacts/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Testing
|
|
coverage/
|
|
coverage.json
|
|
|
|
# Temporary
|
|
*.tmp
|
|
.DS_Store
|
|
|