mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-09-01 17:10:24 +08:00
* feat(electron): bundle draw.io for offline support - Download draw.io static files during CI build (v29.3.5) - Detect Electron and use local draw.io files instead of CDN - Add offline=1 parameter to disable external service calls - Skip /drawio path from i18n middleware redirect - Add public/drawio/ to .gitignore (downloaded during build) This allows the Electron app to work completely offline. * chore: bump version to 0.4.12-beta.3 for offline test * fix(electron): ad-hoc sign macOS app for bundled draw.io compatibility * chore: bump version to 0.4.12-beta.4 for ad-hoc sign test * fix(electron): disable electron-builder signing to use custom ad-hoc signing * chore: bump version to 0.4.12-beta.5
75 lines
899 B
Plaintext
75 lines
899 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
packages/*/node_modules
|
|
packages/*/dist
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
/playwright-report/
|
|
/test-results/
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# 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
|
|
push-via-ec2.sh
|
|
.claude/
|
|
.playwright-mcp/
|
|
# Cloudflare
|
|
.dev.vars
|
|
.open-next/
|
|
.wrangler/
|
|
.env*.local
|
|
|
|
# Electron
|
|
/dist-electron/
|
|
/release/
|
|
/electron-standalone/
|
|
# Draw.io static files (downloaded during CI build)
|
|
public/drawio/
|
|
*.dmg
|
|
*.exe
|
|
*.AppImage
|
|
*.deb
|
|
*.rpm
|
|
*.snap
|
|
|
|
CLAUDE.md
|
|
.spec-workflow
|
|
|
|
# edgeone
|
|
.edgeone
|
|
opencode.json
|
|
ai-models.json
|