Ajusta compose

This commit is contained in:
LeoMortari
2025-11-03 13:21:05 -03:00
parent 6e9327fee4
commit 759a3ae0f1
6 changed files with 92 additions and 13 deletions

View File

@@ -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