← back to Govarbitrage

.gitignore

22 lines

node_modules/
.next/
dist/
build/
out/
.env
.env.*
!.env.example
*.log
.DS_Store
coverage/
playwright-report/
test-results/
prisma/*.db
next-env.d.ts
logs/

# EAS ASC API key (secret) — belt+suspenders over child gitignore
*.p8
apps/*/credentials/
credentials/