-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.vscodeignore
More file actions
38 lines (34 loc) Β· 643 Bytes
/
.vscodeignore
File metadata and controls
38 lines (34 loc) Β· 643 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
#Full folders ignored.
.vscode/**
.github/**
out/test/**
src/**
.vscode-test/**
bin/**
#Root files ignored.
**/jsconfig.json
**/.eslintrc.json
**/.all-contributorsrc
**/.gitignore
**/tsconfig.json
**/tslint.json
**/webpack.config.js
# Specific extension
**/*.ts
**/*.js.map
#Screenshots folder. (all but the main icon)
Screenshots/Preview.gif
Screenshots/Preview2ndcommand.gif
Screenshots/RightClickMenu.gif
Screenshots/command.png
Screenshots/README.md
Screenshots/command.png
Screenshots/output.png
Screenshots/rawIcon.png
Screenshots/RightClick.png
Screenshots/SelectedText.gif
.vscode
node_modules
src/
tsconfig.json
webpack.config.js