27 lines
241 B
Text
27 lines
241 B
Text
# Dependencies
|
|
node_modules/
|
|
npm-debug.log
|
|
*.log
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env*.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
|
|
# Backend data
|
|
backend/data/tenants.json
|