You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
783 B
18 lines
783 B
arm64:
|
|
firstOrDefaultFilePatterns:
|
|
- '!**/node_modules'
|
|
- '!build{,/**/*}'
|
|
- '!build{,/**/*}'
|
|
- dist/electron/**/*
|
|
- package.json
|
|
- '!**/*.{iml,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,suo,xproj,cc,d.ts,mk,a,o,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,appveyor.yml,.travis.yml,circle.yml,.nyc_output,.husky,.github}'
|
|
- '!.yarn{,/**/*}'
|
|
- '!.editorconfig'
|
|
- '!.yarnrc.yml'
|
|
nodeModuleFilePatterns:
|
|
- '**/*'
|
|
- dist/electron/**/*
|