vscode-cmake-tools/.vscodeignore

30 строки
362 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2021-12-30 22:45:18 +03:00
.devcontainer/
2020-10-07 21:20:01 +03:00
.github/
.vscode/
build/
docs/
i18n/
jobs/
node_modules/
out/
scripts/
src/
test/
Phase 1 Partial - Colorization + share (#3679) * add syntax files, add languages, grammars, to package.json copy over stuff to play with later got the grammars working with the other stuff commented out cleaned up, not tested remove stuff I don't think we really need to have a unique ID, we should tell people to only install our extension remove unnecessary method update our syntaxes from what we do in VS test pipeline update cgmanifest temporarly force cg test different version use .3 version update notice, it includes textmate reference manually add kitware/cmake reference to NOTICE fix trigger fix pipeline name get repo make sure we checkout the repos powershell inline reference variables correctly testing for differences, CHANGE LATER updating textmate see if we're getting the right git diff test with explicit path update dates write output try to properly access variables use embeddedbot put emails and username in variables switch when I update config orgurl add logging update auth update docs testing out PR tool remove 'description' option add console.log statements for testing map system token run index.ts for both grammars and quickinfo, put paths into variables, condition based on parameters fix trigger access variables correctly access variables correctly only run job if one of the share steps is enabled fix job name test without prefix remove difference remove snippets keyword until we actually add this remove stray miscopy remove powershell * small update * ignore tools directory when packaging * don't build the tools directory when building and testing the extension * exclude tools for webpack? * revert webpack * try webpack fix again * try another fix * revert * we need to remote the NOTICE for testing earlier so yarn doesn't fail * rename notices.txt to get around yarn issue * update changelog
2024-04-18 22:57:11 +03:00
tools/
vscode-extensions-localization-export/
vscode-translations-import/
**/*.map
*.yml
2021-12-30 22:45:18 +03:00
.editorconfig
.eslintignore
.eslintrc.js
2019-09-05 01:36:10 +03:00
.gitattributes
2021-12-30 22:45:18 +03:00
.gitignore
2019-09-05 01:36:10 +03:00
gulpfile.js
tsconfig.json
test.tsconfig.json
translations_auto_pr.js
tslint.json
webpack.config.js
2019-09-30 18:48:33 +03:00
yarn.lock