cookie-tracker/.gitignore
adamp b0e4e977c1 Initial commit: cookie-tracker
Girl Scout Cookie tracking app with Express/SQLite API and React/Vite client.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 17:48:42 -06:00

7 lines
64 B
Plaintext

node_modules/
client/node_modules/
data/
.env
*.db
client/dist/