37 lines
267 B
Plaintext
37 lines
267 B
Plaintext
node_modules
|
|
.pnpm-store
|
|
.pnpm-debug.log*
|
|
|
|
.turbo
|
|
|
|
dist
|
|
build
|
|
out
|
|
.next
|
|
.nuxt
|
|
.cache
|
|
.parcel-cache
|
|
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
coverage
|
|
*.lcov
|
|
.nyc_output
|
|
|
|
*.tsbuildinfo
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|