mirror of
https://github.com/ChiChou/entdb.git
synced 2026-08-07 16:38:35 +02:00
initial: refactor web frontend from monorepo with WASM SQLite3 engine
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
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
|
||||
Reference in New Issue
Block a user