2019-12-24 15:01:35 +00:00
|
|
|
**/vs/nls.build.js
|
|
|
|
**/vs/nls.js
|
|
|
|
**/vs/css.build.js
|
|
|
|
**/vs/css.js
|
|
|
|
**/vs/loader.js
|
|
|
|
**/insane/**
|
|
|
|
**/marked/**
|
2020-10-26 11:11:55 +00:00
|
|
|
**/semver/**
|
2019-12-24 15:01:35 +00:00
|
|
|
**/test/**/*.js
|
|
|
|
**/node_modules/**
|
|
|
|
**/vscode-api-tests/testWorkspace/**
|
2019-12-31 09:39:33 +00:00
|
|
|
**/vscode-api-tests/testWorkspace2/**
|
2019-12-24 15:01:35 +00:00
|
|
|
**/extensions/**/out/**
|
|
|
|
**/extensions/**/build/**
|
2019-12-30 09:51:58 +00:00
|
|
|
**/extensions/markdown-language-features/media/**
|
2021-02-11 00:41:53 +00:00
|
|
|
**/extensions/markdown-language-features/notebook-out/**
|
2019-12-30 09:51:58 +00:00
|
|
|
**/extensions/typescript-basics/test/colorize-fixtures/**
|
2020-12-10 02:45:54 +00:00
|
|
|
**/extensions/**/dist/**
|
2021-07-08 10:39:13 +00:00
|
|
|
**/extensions/typescript-language-features/test-workspace/**
|
2021-07-21 07:30:04 +00:00
|
|
|
|
|
|
|
# These files are not linted by `yarn eslint`, so we exclude them from being linted in the editor.
|
|
|
|
# This ensures that if we add new rules and they pass CI, the are also no errors in the editor.
|
|
|
|
/resources/web/code-web.js
|