38 lines
326 B
Plaintext
38 lines
326 B
Plaintext
# deps
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# build outputs
|
|
dist
|
|
build
|
|
.next
|
|
out
|
|
.astro
|
|
.nuxt
|
|
.output
|
|
storybook-static
|
|
.turbo
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# database
|
|
*.sqlite
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
*.db
|
|
|
|
# payload
|
|
apps/cms/media
|
|
apps/cms/.migrations-lock
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.log
|
|
coverage
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|