Files
Neon-Desk/.gitignore

41 lines
318 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
.cache/
Library/
# Testing
coverage/
# Production
build/
dist/
.next/
out/
# Environment
.env
.env.local
.env.production.local
# Misc
.DS_Store
*.log
# IDE
.vscode/
.idea/
# Docker
*.swp
*.swo
*~
# Database
*.db
*.sqlite
# Local app runtime state
frontend/data/*.json