feat: Preparar app para deploy na Vercel (mantendo Netlify)
This commit is contained in:
@@ -1,7 +1,51 @@
|
||||
# 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
|
||||
.trae
|
||||
.log
|
||||
.figma
|
||||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
Reference in New Issue
Block a user