-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vscodeignore
More file actions
70 lines (66 loc) · 935 Bytes
/
Copy path.vscodeignore
File metadata and controls
70 lines (66 loc) · 935 Bytes
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Build output
out/**
!out/extension.js
!out/extension.js.map
!out/commands/**
!out/utils/**
# Configuration files
.vscode-test/**
.vscode-test.json
.eslintignore
.eslintrc.json
.eslintrc.js
.eslint.config.js
.eslint.config.mjs
.gitignore
.nyc_output
.prettierignore
.prettierrc
.prettierrc.json
.prettierrc.js
.travis.yml
appveyor.yml
azure-pipelines.yml
circle.yml
code-of-conduct.md
codecov.yml
coverage/**
Dockerfile
gulpfile.js
ISSUE_TEMPLATE.md
jest.config.js
karma.conf.js
lerna.json
LICENSE.code
LICENSE.fonts
Makefile
mocha.opts
nodemon.json
npm-shrinkwrap.json
package-lock.json
pnpm-lock.yaml
README.md
rollup.config.js
stylelint.config.js
tsconfig.json
tslint.json
webpack.config.js
yarn-error.log
yarn.lock
# Environment files
.env
.env.local
.env.production
# Test files
test/**
test-fix.js
test-fix.js.map
debug-*.json
debug-*.js
*.test.ts
*.test.js
*.spec.ts
*.spec.js
# Development files
generate-*.js
icon-src.svg