forked from streetsidesoftware/vscode-spell-checker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vscodeignore
50 lines (38 loc) · 1.12 KB
/
.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
# Ignore everything
*
*/**
**/.DS_Store
# Bring back the things we need.
!CHANGELOG.md
!images/SpellCheck.png
!LICENSE
# Include root level items
!cspell.code-snippets
# Always Exclude - but doesn't work
**/*.d.ts
**/*.map
# Include the schema
!node_modules/@cspell/cspell-types/cspell.schema.json
# Dictionaries cannot be WebPacked
!node_modules/@cspell/cspell-bundled-dicts/**
!node_modules/@cspell/dict*/**
# Regexp worker must NOT be WebPacked
!node_modules/regexp-worker/*
!node_modules/regexp-worker/lib/**/*.js
# All Other Client and Server files.
!packages/_server/dist/api.js
!packages/_server/dist/main.cjs
!packages/_server/package.json
!packages/_serverPatternMatcher/dist/api.cjs
!packages/_serverPatternMatcher/dist/main.cjs
!packages/_serverPatternMatcher/package.json
# Old settings viewer, to be removed
!packages/_settingsViewer/dist/webapp/*.{js,html,LICENSE.txt}
!packages/client/dist/**/*.js
!packages/client/License.txt
!packages/client/package.json
!resources/**
!packages/webview-ui/public/build/*.js
!packages/webview-ui/public/build/*.css
!packages/webview-ui/public/resources/**
# cspell:ignore callsites