Refactor Study Desk application structure

This commit is contained in:
Elijah 2026-08-07 19:31:23 -07:00
parent faaccf8a7e
commit 089439ed90
145 changed files with 8087 additions and 3412 deletions

6
.gitignore vendored
View file

@ -12,12 +12,18 @@
# testing
/coverage
/.test-databases/
# local SQLite study data
/dev.db
/dev.db-journal
/dev.db-shm
/dev.db-wal
/data/
/study.db
/study.db-journal
/study.db-shm
/study.db-wal
# next.js
/.next/