29 lines
301 B
Plaintext
29 lines
301 B
Plaintext
node_modules
|
|
**/node_modules
|
|
.next
|
|
**/.next
|
|
.git
|
|
# .npmrc is allowed as it contains the registry template
|
|
dist
|
|
**/dist
|
|
build
|
|
**/build
|
|
out
|
|
**/out
|
|
coverage
|
|
**/coverage
|
|
.vercel
|
|
**/.vercel
|
|
.turbo
|
|
**/.turbo
|
|
*.log
|
|
**/*.log
|
|
.DS_Store
|
|
**/.DS_Store
|
|
.pnpm-store
|
|
**/.pnpm-store
|
|
.gitea
|
|
**/.gitea
|
|
models
|
|
**/models
|