- Add .gitattributes with LFS tracking for Office docs, PDF, EPUB, and large images in apps/playground/public/demo/ - Ignore generated demos.generated.ts in .gitignore - Move demo files from upload/ to apps/playground/public/demo/ - Replace outdated demo samples (RTF, DOCX, XLSX) with new real-world files (PDF, PPTX, XLSX, images) - Delete legacy demo files that are no longer representative
63 lines
770 B
Plaintext
Executable File
63 lines
770 B
Plaintext
Executable File
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
apps/*/.next/
|
|
apps/*/out/
|
|
|
|
# production
|
|
/build
|
|
apps/*/build
|
|
|
|
# package builds
|
|
packages/*/dist/
|
|
|
|
# generated demo manifest (regenerated by scripts/sync-demos.mjs)
|
|
apps/playground/src/lib/demos.generated.ts
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
local-*
|
|
.claude
|
|
.z-ai-config
|
|
*.log
|
|
dev.log
|
|
dev.out.log
|
|
test
|
|
prompt
|
|
|
|
server.log
|
|
# Skills directory
|
|
/skills/ |