Monorepo with Express + SQLite backend and Vite + React frontend. Features: item CRUD, file uploads with thumbnails, soft delete, item duplication with file copying, autocomplete inputs, stats dashboard. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
115 B
Plaintext
13 lines
115 B
Plaintext
node_modules/
|
|
dist/
|
|
server/data/
|
|
server/uploads/
|
|
data/
|
|
*.db
|
|
*.db-journal
|
|
*.db-shm
|
|
*.db-wal
|
|
.env
|
|
.DS_Store
|
|
.claude/
|