52 lines
452 B
Plaintext
52 lines
452 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Production
|
|
build
|
|
dist
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Capacitor
|
|
ios/
|
|
android/
|
|
|
|
# Scripts
|
|
scripts/
|
|
|
|
# Documentation
|
|
documentation/
|
|
.trae/
|
|
|
|
# Database scripts
|
|
database_scripts/
|
|
*.sql
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|