- Reorganize project structure with new electron and shared directories - Add comprehensive i18n support with Chinese, English, and Japanese locales - Update build configurations and TypeScript paths for new structure - Add various UI components including chat interface and task management - Include Windows release binaries and localization files - Update dependencies and fix import paths throughout the codebase
21 lines
877 B
YAML
21 lines
877 B
YAML
x64:
|
|
firstOrDefaultFilePatterns:
|
|
- '!**/node_modules/**'
|
|
- '!public{,/**/*}'
|
|
- '!release{,/**/*}'
|
|
- dist
|
|
- dist-electron
|
|
- package.json
|
|
- '!**/*.{iml,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,suo,xproj,cc,d.ts,mk,a,o,obj,forge-meta,pdb}'
|
|
- '!**/._*'
|
|
- '!**/electron-builder.{yaml,yml,json,json5,toml,ts}'
|
|
- '!**/{.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,.DS_Store,thumbs.db,.gitignore,.gitkeep,.gitattributes,.npmignore,.idea,.vs,.flowconfig,.jshintrc,.eslintrc,.circleci,.yarn-integrity,.yarn-metadata.json,yarn-error.log,yarn.lock,package-lock.json,npm-debug.log,pnpm-lock.yaml,bun.lock,bun.lockb,appveyor.yml,.travis.yml,circle.yml,.nyc_output,.husky,.github,electron-builder.env}'
|
|
- '!.yarn{,/**/*}'
|
|
- '!.editorconfig'
|
|
- '!.yarnrc.yml'
|
|
nodeModuleFilePatterns:
|
|
- '**/*'
|
|
- dist
|
|
- dist-electron
|
|
- package.json
|