Refactor Study Desk application structure
This commit is contained in:
parent
faaccf8a7e
commit
089439ed90
145 changed files with 8087 additions and 3412 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue