mattermost-desktop/release/builder-debug.yml
aaron 057377207a
Some checks failed
release / begin-notification (push) Has been cancelled
release / build-linux (push) Has been cancelled
release / build-msi-installer (push) Has been cancelled
release / build-mac-installer (push) Has been cancelled
release / upload-to-s3 (push) Has been cancelled
release / github-release (push) Has been cancelled
release / end-notification (push) Has been cancelled
first commit bois
2024-10-03 06:35:14 -07:00

75 lines
3.6 KiB
YAML

x64:
firstOrDefaultFilePatterns:
- '!**/node_modules'
- '!src/assets{,/**/*}'
- '!release{,/**/*}'
- '!node_modules/**/*'
- node_modules/bindings/**/*
- node_modules/file-uri-to-path/**/*
- node_modules/macos-notification-state/**/*
- node_modules/windows-focus-assist/**/*
- '!**/node_modules/macos-notification-state/bin/**/*'
- '!**/node_modules/macos-notification-state/build/**/*'
- '!**/node_modules/windows-focus-assist/bin/**/*'
- '!**/node_modules/windows-focus-assist/build/**/*'
- node_modules/macos-notification-state/build/**/*.node
- node_modules/windows-focus-assist/build/Release/**/*.node
- 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,electron-builder.env}'
- '!.yarn{,/**/*}'
- '!.editorconfig'
- '!.yarnrc.yml'
nodeModuleFilePatterns:
- '**/*'
- '!node_modules/**/*'
- node_modules/bindings/**/*
- node_modules/file-uri-to-path/**/*
- node_modules/macos-notification-state/**/*
- node_modules/windows-focus-assist/**/*
- '!**/node_modules/macos-notification-state/bin/**/*'
- '!**/node_modules/macos-notification-state/build/**/*'
- '!**/node_modules/windows-focus-assist/bin/**/*'
- '!**/node_modules/windows-focus-assist/build/**/*'
- node_modules/macos-notification-state/build/**/*.node
- node_modules/windows-focus-assist/build/Release/**/*.node
arm64:
firstOrDefaultFilePatterns:
- '!**/node_modules'
- '!src/assets{,/**/*}'
- '!release{,/**/*}'
- '!node_modules/**/*'
- node_modules/bindings/**/*
- node_modules/file-uri-to-path/**/*
- node_modules/macos-notification-state/**/*
- node_modules/windows-focus-assist/**/*
- '!**/node_modules/macos-notification-state/bin/**/*'
- '!**/node_modules/macos-notification-state/build/**/*'
- '!**/node_modules/windows-focus-assist/bin/**/*'
- '!**/node_modules/windows-focus-assist/build/**/*'
- node_modules/macos-notification-state/build/**/*.node
- node_modules/windows-focus-assist/build/Release/**/*.node
- 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,electron-builder.env}'
- '!.yarn{,/**/*}'
- '!.editorconfig'
- '!.yarnrc.yml'
nodeModuleFilePatterns:
- '**/*'
- '!node_modules/**/*'
- node_modules/bindings/**/*
- node_modules/file-uri-to-path/**/*
- node_modules/macos-notification-state/**/*
- node_modules/windows-focus-assist/**/*
- '!**/node_modules/macos-notification-state/bin/**/*'
- '!**/node_modules/macos-notification-state/build/**/*'
- '!**/node_modules/windows-focus-assist/bin/**/*'
- '!**/node_modules/windows-focus-assist/build/**/*'
- node_modules/macos-notification-state/build/**/*.node
- node_modules/windows-focus-assist/build/Release/**/*.node