Files
no_five/.gitignore
2025-11-20 15:35:25 -08:00

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