Ajusta compose
This commit is contained in:
@@ -1,7 +1,57 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Build output
|
||||
dist
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Docker files (não precisam estar dentro da imagem)
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
pnpm-lock.yaml
|
||||
.dockerignore
|
||||
|
||||
# Arquivos de lock (npm/yarn/pnpm)
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
# Mantém pnpm-lock.yaml pois é necessário para build reproduzível
|
||||
|
||||
# Documentação
|
||||
*.md
|
||||
README.md
|
||||
|
||||
# Environment files (usar apenas .env.example como referência)
|
||||
.env
|
||||
.env.local
|
||||
.env.development
|
||||
.env.production
|
||||
.env.*.local
|
||||
|
||||
# IDE
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Testing
|
||||
coverage
|
||||
.nyc_output
|
||||
|
||||
# Cache
|
||||
.cache
|
||||
.eslintcache
|
||||
.stylelintcache
|
||||
|
||||
Reference in New Issue
Block a user