Skip to content

Commit 72ef2ab

Browse files
authored
Exclude appveyor config (#1287)
1 parent dabde39 commit 72ef2ab

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed
File renamed without changes.

.vscodeignore

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
.vscode/**
2-
.vscode-test/**
3-
.github/**
4-
.nvm/**
5-
typings/**
6-
out/test/**
7-
out/src/**
8-
out/pythonFiles/**
9-
out/testMultiRootWkspc/**
10-
out/coverconfig.json
11-
test/**
12-
src/**
13-
scripts/**
141
**/*.map
15-
.gitignore
16-
.gitmodules
2+
.appveyor.yml
173
.editorconfig
184
.eslintrc
195
.gitattributes
20-
images/**/*.gif
21-
images/**/*.png
22-
tsconfig.json
23-
typings.json
24-
coverconfig.json
25-
tslint.json
26-
tsfmt.json
27-
gulpfile.js
28-
pythonFiles/**/*.pyc
29-
requirements.txt
30-
vsc-extension-quickstart.md
6+
.gitignore
7+
.gitmodules
318
.travis.yml
32-
webpack.config.js
33-
yarn.lock
34-
coverage/**
359
CODE_OF_CONDUCT.md
3610
CODING_STANDARDS.md
3711
CONTRIBUTING.md
38-
news/**
39-
debug_coverage*/**
40-
analysis/publish*.*
41-
vscode-python-signing.*
12+
coverconfig.json
13+
gulpfile.js
4214
packageExtension.cmd
15+
tsconfig.json
16+
tsfmt.json
17+
tslint.json
18+
typings.json
19+
vscode-python-signing.*
20+
webpack.config.js
21+
yarn.lock
22+
23+
.github/**
24+
.nvm/**
25+
.vscode/**
26+
.vscode-test/**
27+
analysis/publish*.*
4328
bin/**
44-
obj/**
4529
BuildOutput/**
46-
47-
30+
coverage/**
31+
debug_coverage*/**
32+
images/**/*.gif
33+
images/**/*.png
34+
news/**
35+
obj/**
36+
out/coverconfig.json
37+
out/pythonFiles/**
38+
out/src/**
39+
out/test/**
40+
out/testMultiRootWkspc/**
41+
pythonFiles/**/*.pyc
42+
requirements.txt
43+
scripts/**
44+
src/**
45+
test/**
46+
typings/**
47+
vsc-extension-quickstart.md

0 commit comments

Comments
 (0)