17 lines
370 B
Plaintext
17 lines
370 B
Plaintext
dist/
|
|
node_modules/
|
|
generated/prisma
|
|
package-lock.json
|
|
.env
|
|
|
|
#prisma local database
|
|
*.db
|
|
*.db-journal
|
|
|
|
# exclude this very large css file, it can be
|
|
# built when needed with `npm run build:tailwind`
|
|
src/client/public/css/tailwind.css
|
|
|
|
# Contains bundled js files built from typescript
|
|
# they can be very large, build with `npm run build:client`
|
|
src/client/public/bundles |