mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8 * Bump distro * Upgrade GCC to 4.9 due to yarn install errors * Update build image * Fix bootstrap base url * Bump distro * Fix build errors * Update source map file * Disable checkbox for blocking migration issues (#15131) * disable checkbox for blocking issues * wip * disable checkbox fixes * fix strings * Remove duplicate tsec command * Default to off for tab color if settings not present * re-skip failing tests * Fix mocha error * Bump sqlite version & fix notebooks search view * Turn off esbuild warnings * Update esbuild log level * Fix overflowactionbar tests * Fix ts-ignore in dropdown tests * cleanup/fixes * Fix hygiene * Bundle in entire zone.js module * Remove extra constructor param * bump distro for web compile break * bump distro for web compile break v2 * Undo log level change * New distro * Fix integration test scripts * remove the "no yarn.lock changes" workflow * fix scripts v2 * Update unit test scripts * Ensure ads-kerberos2 updates in .vscodeignore * Try fix unit tests * Upload crash reports * remove nogpu * always upload crashes * Use bash script * Consolidate data/ext dir names * Create in tmp directory Co-authored-by: chlafreniere <hichise@gmail.com> Co-authored-by: Christopher Suh <chsuh@microsoft.com> Co-authored-by: chgagnon <chgagnon@microsoft.com>
176 lines
3.2 KiB
Plaintext
176 lines
3.2 KiB
Plaintext
# cleanup rules for node modules, .gitignore style
|
|
|
|
# native node modules
|
|
|
|
nan/**
|
|
*/node_modules/nan/**
|
|
|
|
fsevents/binding.gyp
|
|
fsevents/fsevents.cc
|
|
fsevents/build/**
|
|
fsevents/src/**
|
|
fsevents/test/**
|
|
!fsevents/**/*.node
|
|
|
|
vscode-sqlite3/binding.gyp
|
|
vscode-sqlite3/benchmark/**
|
|
vscode-sqlite3/cloudformation/**
|
|
vscode-sqlite3/deps/**
|
|
vscode-sqlite3/test/**
|
|
vscode-sqlite3/build/**
|
|
vscode-sqlite3/src/**
|
|
!vscode-sqlite3/build/Release/*.node
|
|
|
|
windows-mutex/binding.gyp
|
|
windows-mutex/build/**
|
|
windows-mutex/src/**
|
|
!windows-mutex/**/*.node
|
|
|
|
native-keymap/binding.gyp
|
|
native-keymap/build/**
|
|
native-keymap/src/**
|
|
native-keymap/deps/**
|
|
!native-keymap/build/Release/*.node
|
|
|
|
native-is-elevated/binding.gyp
|
|
native-is-elevated/build/**
|
|
native-is-elevated/src/**
|
|
native-is-elevated/deps/**
|
|
!native-is-elevated/build/Release/*.node
|
|
|
|
native-watchdog/binding.gyp
|
|
native-watchdog/build/**
|
|
native-watchdog/src/**
|
|
!native-watchdog/build/Release/*.node
|
|
|
|
spdlog/binding.gyp
|
|
spdlog/build/**
|
|
spdlog/deps/**
|
|
spdlog/src/**
|
|
spdlog/test/**
|
|
spdlog/*.yml
|
|
!spdlog/build/Release/*.node
|
|
|
|
jschardet/dist/**
|
|
|
|
windows-foreground-love/binding.gyp
|
|
windows-foreground-love/build/**
|
|
windows-foreground-love/src/**
|
|
!windows-foreground-love/**/*.node
|
|
|
|
windows-process-tree/binding.gyp
|
|
windows-process-tree/build/**
|
|
windows-process-tree/src/**
|
|
!windows-process-tree/**/*.node
|
|
|
|
keytar/binding.gyp
|
|
keytar/build/**
|
|
keytar/src/**
|
|
keytar/script/**
|
|
keytar/node_modules/**
|
|
!keytar/**/*.node
|
|
|
|
node-pty/binding.gyp
|
|
node-pty/build/**
|
|
node-pty/src/**
|
|
node-pty/tools/**
|
|
node-pty/deps/**
|
|
node-pty/scripts/**
|
|
!node-pty/build/Release/*.exe
|
|
!node-pty/build/Release/*.dll
|
|
!node-pty/build/Release/*.node
|
|
|
|
# START SQL Modules
|
|
|
|
@angular/**/src/**
|
|
@angular/**/testing/**
|
|
|
|
angular2-grid/components/**
|
|
angular2-grid/directives/**
|
|
angular2-grid/interfaces/**
|
|
angular2-grid/modules/**
|
|
|
|
angular2-slickgrid/.vscode/**
|
|
angular2-slickgrid/components/**
|
|
angular2-slickgrid/examples/**
|
|
|
|
jquery-ui/external/**
|
|
jquery-ui/demos/**
|
|
|
|
slickgrid/node_modules/**
|
|
slickgrid/examples/**
|
|
|
|
kerberos/build/**
|
|
|
|
# END SQL Modules
|
|
|
|
vscode-nsfw/binding.gyp
|
|
vscode-nsfw/build/**
|
|
vscode-nsfw/src/**
|
|
vscode-nsfw/openpa/**
|
|
vscode-nsfw/includes/**
|
|
!vscode-nsfw/build/Release/*.node
|
|
!vscode-nsfw/**/*.a
|
|
|
|
vsda/build/**
|
|
vsda/ci/**
|
|
vsda/src/**
|
|
vsda/.gitignore
|
|
vsda/binding.gyp
|
|
vsda/README.md
|
|
vsda/targets
|
|
!vsda/build/Release/vsda.node
|
|
|
|
vscode-encrypt/build/**
|
|
vscode-encrypt/src/**
|
|
vscode-encrypt/vendor/**
|
|
vscode-encrypt/.gitignore
|
|
vscode-encrypt/binding.gyp
|
|
vscode-encrypt/README.md
|
|
!vscode-encrypt/build/Release/vscode-encrypt-native.node
|
|
|
|
vscode-windows-ca-certs/**/*
|
|
!vscode-windows-ca-certs/package.json
|
|
!vscode-windows-ca-certs/**/*.node
|
|
|
|
node-addon-api/**/*
|
|
|
|
# other node modules
|
|
|
|
**/docs/**
|
|
**/example/**
|
|
**/examples/**
|
|
**/test/**
|
|
**/tests/**
|
|
|
|
**/History.md
|
|
**/CHANGELOG.md
|
|
**/README.md
|
|
**/readme.md
|
|
**/readme.markdown
|
|
|
|
**/*.ts
|
|
!typescript/**/*.d.ts
|
|
|
|
jschardet/dist/**
|
|
|
|
es6-promise/lib/**
|
|
|
|
vscode-textmate/webpack.config.js
|
|
|
|
# {{SQL CARBON EDIT }} We need more than just zone-node.js
|
|
# zone.js/dist/**
|
|
# !zone.js/dist/zone-node.js
|
|
|
|
# https://github.com/xtermjs/xterm.js/issues/3137
|
|
xterm/src/**
|
|
xterm/tsconfig.all.json
|
|
|
|
# https://github.com/xtermjs/xterm.js/issues/3138
|
|
xterm-addon-*/src/**
|
|
xterm-addon-*/fixtures/**
|
|
xterm-addon-*/out/**
|
|
xterm-addon-*/out-test/**
|
|
|
|
|