exclude large tailwindcss file
This commit is contained in:
parent
86145f8db4
commit
9ee990d89f
8
.gitignore
vendored
8
.gitignore
vendored
@ -3,5 +3,11 @@ node_modules/
|
|||||||
generated/prisma
|
generated/prisma
|
||||||
package-lock.json
|
package-lock.json
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
#prisma local database
|
||||||
*.db
|
*.db
|
||||||
*.db-journal
|
*.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
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user