diff --git a/appveyor.yml b/.appveyor.yml similarity index 100% rename from appveyor.yml rename to .appveyor.yml diff --git a/.vscodeignore b/.vscodeignore index b762bf75dfc7..ecff38de7902 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,47 +1,47 @@ -.vscode/** -.vscode-test/** -.github/** -.nvm/** -typings/** -out/test/** -out/src/** -out/pythonFiles/** -out/testMultiRootWkspc/** -out/coverconfig.json -test/** -src/** -scripts/** **/*.map -.gitignore -.gitmodules +.appveyor.yml .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