19 lines
192 B
Plaintext
19 lines
192 B
Plaintext
.git
|
|
.gitignore
|
|
.next
|
|
node_modules
|
|
coverage
|
|
volumes
|
|
.env
|
|
.env.*
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.DS_Store
|
|
tsconfig.tsbuildinfo
|
|
*.sqlite
|
|
*.db
|
|
prisma/dev.db
|