Files
entdb-entitlements-iOS/.gitignore
T
cc 2ae939b0c3 Add search filter and expand/collapse to find page
- 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
2026-04-14 17:48:34 +02:00

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/