mirror of
https://github.com/ChiChou/entdb.git
synced 2026-06-10 23:07:47 +02:00
37 lines
292 B
Plaintext
37 lines
292 B
Plaintext
data/
|
|
public/data
|
|
|
|
*.tar.gz
|
|
*.db
|
|
|
|
node_modules/
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
/coverage
|
|
|
|
/.next/
|
|
/out/
|
|
|
|
/build
|
|
|
|
.DS_Store
|
|
*.pem
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
.env*
|
|
|
|
.vercel
|
|
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|