Files
drinktracker/.gitignore
JP 2beb2d5d43 Version the deploy skill with the repo
.claude/ was ignored wholesale, which meant the deploy skill lived only
on one machine. Narrow the rule so .claude/skills/ is tracked while
settings.local.json stays local.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-08 17:02:51 +00:00

46 lines
554 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env
.env.local
.env.production
.env*.local
# claude
.claude/*
# Skills are project documentation and worth versioning; local settings are not.
!.claude/skills/
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
certificates