Initial commit: CMS completo com gerenciamento de leads e personalização de tema
This commit is contained in:
56
.gitignore
vendored
Normal file
56
.gitignore
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
frontend/node_modules/
|
||||
|
||||
# Build outputs
|
||||
frontend/.next/
|
||||
frontend/out/
|
||||
frontend/dist/
|
||||
frontend/build/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
frontend/.env
|
||||
frontend/.env.local
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Testing
|
||||
coverage/
|
||||
.nyc_output/
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Docker
|
||||
docker-compose.override.yml
|
||||
|
||||
# Prisma
|
||||
frontend/prisma/migrations/*_*
|
||||
!frontend/prisma/migrations/.gitkeep
|
||||
|
||||
# MinIO data
|
||||
minio_data/
|
||||
postgres_data/
|
||||
|
||||
# Misc
|
||||
.turbo
|
||||
.vercel
|
||||
Reference in New Issue
Block a user