api-controle-saida-loja/.dockerignore

56 lines
432 B
Plaintext
Raw Permalink Normal View History

# Dependências
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build
dist/
build/
# Testes
coverage/
.nyc_output/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Env
.env
.env.local
.env.*.local
# Logs
logs/
*.log
# Temporários
tmp/
temp/
*.tmp
# Documentação
README.md
docs/
# CI/CD
.github/
.gitlab-ci.yml
# Docker
Dockerfile
docker-compose*.yml
.dockerignore