From 9d4d25c844bb81984c599c2ee68c3c64da5b8245 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 3 Apr 2018 11:08:46 -0700 Subject: [PATCH 1/3] Sort .vscodeignore --- .vscodeignore | 71 +++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 36 deletions(-) diff --git a/.vscodeignore b/.vscodeignore index b762bf75dfc7..7847b4121a47 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,47 +1,46 @@ -.vscode/** -.vscode-test/** -.github/** -.nvm/** -typings/** -out/test/** -out/src/** -out/pythonFiles/** -out/testMultiRootWkspc/** -out/coverconfig.json -test/** -src/** -scripts/** **/*.map -.gitignore -.gitmodules .editorconfig .eslintrc .gitattributes -images/**/*.gif -images/**/*.png -tsconfig.json -typings.json -coverconfig.json -tslint.json -tsfmt.json -gulpfile.js -pythonFiles/**/*.pyc -requirements.txt -vsc-extension-quickstart.md +.gitignore +.gitmodules .travis.yml -webpack.config.js -yarn.lock -coverage/** CODE_OF_CONDUCT.md CODING_STANDARDS.md CONTRIBUTING.md -news/** -debug_coverage*/** -analysis/publish*.* -vscode-python-signing.* +coverconfig.json +gulpfile.js packageExtension.cmd +tsconfig.json +tsfmt.json +tslint.json +typings.json +vscode-python-signing.* +webpack.config.js +yarn.lock + +.github/** +.nvm/** +.vscode/** +.vscode-test/** +analysis/publish*.* bin/** -obj/** BuildOutput/** - - +coverage/** +debug_coverage*/** +images/**/*.gif +images/**/*.png +news/** +obj/** +out/coverconfig.json +out/pythonFiles/** +out/src/** +out/test/** +out/testMultiRootWkspc/** +pythonFiles/**/*.pyc +requirements.txt +scripts/** +src/** +test/** +typings/** +vsc-extension-quickstart.md From 8f8a9aae1beecf5fbd2def59a171f3bb1ecdf31f Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 3 Apr 2018 11:09:04 -0700 Subject: [PATCH 2/3] Rename the AppVeyor config file --- appveyor.yml => .appveyor.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename appveyor.yml => .appveyor.yml (100%) diff --git a/appveyor.yml b/.appveyor.yml similarity index 100% rename from appveyor.yml rename to .appveyor.yml From 612b633242ed29057dbc2007dd3878ed22a31006 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 3 Apr 2018 11:09:21 -0700 Subject: [PATCH 3/3] Don't include the AppVeyor config file in the .vsix --- .vscodeignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscodeignore b/.vscodeignore index 7847b4121a47..ecff38de7902 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,4 +1,5 @@ **/*.map +.appveyor.yml .editorconfig .eslintrc .gitattributes