mirror of
https://github.com/ChiChou/entdb.git
synced 2026-06-11 07:17:47 +02:00
2ae939b0c3
- Find page now has same controls as files page - Both pages support expand all / collapse all buttons - FileSystem component accepts controlled expandAll state - Fixed single-key groups to not show as collapsible
38 lines
309 B
Plaintext
38 lines
309 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
|
|
.playwright-mcp/
|