united-tattoo/.gitignore
Nicholai f692b45926
Some checks failed
CI / build-and-test (pull_request) Failing after 2m54s
CI: trigger workflow run and add budgets/docs; prepare branch ci-run-20250918-2021
2025-09-18 20:21:44 -06:00

50 lines
592 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
# next.js
/.next/
/out/
# production
/build
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# project temp and large binary assets (avoid committing raw media dumps)
temp/
temp/**
*.mp4
*.mov
*.avi
*.mkv
*.psd
*.ai
*.zip
*.7z
*.rar
# BMAD (local only)
.bmad-core/
.bmad-*/
# database backups (local exports)
backups/
# wrangler local state (do not commit)
.wrangler/