QrRapido/.dockerignore
Ricardo Carneiro 7a0c12f8d2
Some checks failed
Deploy QR Rapido / test (push) Failing after 17s
Deploy QR Rapido / build-and-push (push) Has been skipped
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Has been skipped
feat: api separada do front-end e area do desenvolvedor.
2026-03-08 12:40:51 -03:00

55 lines
532 B
Plaintext

# Build output
bin/
obj/
out/
# IDE
.vs/
.vscode/
.idea/
*.user
*.suo
# Node
node_modules/
wwwroot/dist/
# Tests
Tests.E2E/
Tests/
coverage*/
TestResults/
# Git
.git/
.gitignore
.github/
.gitea/
# Dev configs (secrets never go in image)
appsettings.Local.json
appsettings.Production.json
*.Development.json
appsettings.Staging.json
secrets.env
scripts/secrets.env
keys/
.env*
# Logs / temp
logs/
uploads/
temp/
*.log
# Docs
*.md
!Content/
# Playwright
Tests.E2E/auth-state.json
Tests.E2E/last-api-key.txt
# macOS
.DS_Store