forked from prettier/prettier-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vscodeignore
45 lines (40 loc) · 808 Bytes
/
.vscodeignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.vscode/**
.vscode-test/**
out/test/**
test/**
src/**
testEslint/**
testProject/**
testTslint/**
testWorkspaceFolder/**
testWorkspace.code-workspace
.prettierignore
.travis.yml
scripts/**
**/*.map
.gitignore
.github/**
tsconfig.json
vsc-extension-quickstart.md
package-lock.json
CONTRIBUTORS.md
node_modules/**/*.yml
node_modules/**/*.yaml
node_modules/**/*.md
node_modules/**/*.markdown
node_modules/**/*.mailmap
node_modules/**/*.txt
node_modules/**/*.lock
node_modules/**/*/*.spec.js
node_modules/**/*/*.test.js
node_modules/**/*/.*ignore
node_modules/**/*/.*rc
node_modules/**/*/test/
node_modules/**/*/tests/
node_modules/**/*/spec/
node_modules/**/*/specs/
node_modules/**/*/docs/
node_modules/**/*/example/
node_modules/**/*/examples/
node_modules/**/*/.editorconfig
node_modules/**/*/bower.json