Files
SixFlagsSuperCalendar/.gitignore
T
josh 757c2a8d4f
Build and Deploy / Build & Push (push) Successful in 1m39s
chore: gitignore parks.db
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-23 21:02:37 -04:00

45 lines
439 B
Plaintext

# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# Claude Code
.claude/
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# scraped data — local only, not committed
/data/*.db
/data/*.db-shm
/data/*.db-wal
parks.db
# env files
.env*
!.env.example
# typescript
*.tsbuildinfo
next-env.d.ts