forked from lokalise/i18n-ally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vscodeignore
94 lines (80 loc) · 1.67 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.github/**
.vscode/**
.vscode-test/**
node_modules/*
out/**
dist/test/**
dist/**/*.map
dist/editor/*.js
dist/editor/*.css
src/**
screenshots/**
examples/**
test/**
docs/**
.cache/**
.github/**
locales/**
scripts/**
test-resources/**
stats.json
.gitignore
.gitattributes
.editorconfig
.eslintrc.js
.eslintignore
package-lock.json
tsconfig.json
tslint.json
webpack.config.js
renovate.json
jest.config.js
*.zip
*.vsix
# Externals
# jieba
!node_modules/nodejieba
!node_modules/nodejieba/build/Release/nodejieba.*
!node_modules/nodejieba/dict/**
!node_modules/nodejieba/*.js
!node_modules/nodejieba/*.json
# ts-node
!node_modules/ts-node
!node_modules/ts-node/**/*.js
!node_modules/ts-node/**/*.json
!node_modules/arg
!node_modules/arg/*.js
!node_modules/arg/*.json
!node_modules/buffer-from
!node_modules/buffer-from/*.js
!node_modules/buffer-from/*.json
!node_modules/source-map
!node_modules/source-map/**/*.js
!node_modules/source-map/**/*.json
!node_modules/source-map-support
!node_modules/source-map-support/*.js
!node_modules/source-map-support/*.json
!node_modules/yn
!node_modules/yn/*.js
!node_modules/yn/*.json
!node_modules/make-error
!node_modules/make-error/*.js
!node_modules/make-error/*.json
!node_modules/typescript
!node_modules/typescript/bin/**
!node_modules/typescript/lib/**
!node_modules/typescript/*.js
!node_modules/typescript/*.json
!node_modules/diff
!node_modules/diff/**/*.js
!node_modules/diff/**/*.json
# vue-i18n-locale-messages
!node_modules/consolidate
!node_modules/consolidate/**/*.js
!node_modules/consolidate/*.json
!node_modules/bluebird
!node_modules/bluebird/**/*.js
!node_modules/bluebird/*.json
# vue
!node_modules/vue/dist
!node_modules/vue/dist/vue.min.js