forked from lokalise/i18n-ally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vscodeignore
60 lines (54 loc) · 1.18 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
.github/**
.vscode/**
.vscode-test/**
node_modules
out/**
dist/test/**
dist/**/*.map
src/**
screenshots/**
examples/**
test/**
docs/**
.gitignore
.editorconfig
.eslintrc.js
.eslintignore
package-lock.json
tsconfig.json
tslint.json
webpack.config.js
renovate.json
# Externals
# jieba
!node_modules/nodejieba/build/Release/nodejieba.*
!node_modules/nodejieba/dict/**
!node_modules/nodejieba/*.js
!node_modules/nodejieba/*.json
# esm
!node_modules/esm/**/*.js
!node_modules/esm/**/*.json
# ts-node
!node_modules/ts-node/**/*.js
!node_modules/ts-node/**/*.json
!node_modules/arg/*.js
!node_modules/arg/*.json
!node_modules/buffer-from/*.js
!node_modules/buffer-from/*.json
!node_modules/source-map/**/*.js
!node_modules/source-map/**/*.json
!node_modules/source-map-support/*.js
!node_modules/source-map-support/*.json
!node_modules/yn/*.js
!node_modules/yn/*.json
!node_modules/make-error/*.js
!node_modules/make-error/*.json
!node_modules/typescript/bin/**
!node_modules/typescript/lib/**
!node_modules/typescript/*.js
!node_modules/typescript/*.json
# vue-i18n-locale-messages
!node_modules/consolidate/**/*.js
!node_modules/consolidate/*.json
!node_modules/bluebird/**/*.js
!node_modules/bluebird/*.json