-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vscodeignore
52 lines (52 loc) · 881 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
46
47
48
49
50
51
52
.gitignore
**/.DS_Store
.vscode/**
.history/**
**/.history
.devcontainer/**
node_modules/**
scripts/**
TEST-P2-TERM/**
server/**
!server/out/server.js
client/**
# Include all platform binaries
!client/prebuilds/**/*
!client/out/extension.js
EarlyTesting/**
EarlyTesting.md
INSTALL.md
*NEW
*ORIG
*REF*
**/*.ts
**/*.map
**/*.lst
**/*.gz
**/*.tgz
**/tsconfig.json
**/tsconfig.base.json
contributing.md
.travis.yml
TEST_LANG_SERVER/**
DOCs/**
!spin2.language-configuration.json
!spin1.language-configuration.json
syntaxes/*
!syntaxes/spin2.tmLanguage.json
!syntaxes/spin1.tmLanguage.json
themes/*
!themes/isp-spin-dark-theme.json
!themes/isp-spin-light-theme.json
!themes/isp-spin-dark-bg-theme.json
!themes/isp-spin-light-bg-theme.json
!themes/isp-spin-syntax-theme.json
images/.DS_Store
!images/**
!README.md
!CHANGELOG.md
!LICENSE
!copyright
CPU-PROFILE-WORK
TEST_PNUT_TS
updVscode