Refactor Study Desk application structure
This commit is contained in:
parent
faaccf8a7e
commit
089439ed90
145 changed files with 8087 additions and 3412 deletions
20
.dockerignore
Normal file
20
.dockerignore
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
node_modules
|
||||
.next
|
||||
.git
|
||||
.forgejo
|
||||
.github
|
||||
.env*
|
||||
!.env.example
|
||||
dev.db*
|
||||
study.db*
|
||||
data
|
||||
coverage
|
||||
.test-databases
|
||||
.npm-cache
|
||||
.prisma-cache
|
||||
audit-results
|
||||
*.log
|
||||
*.tsbuildinfo
|
||||
out.css
|
||||
temp.css
|
||||
test.css
|
||||
Loading…
Add table
Add a link
Reference in a new issue