-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.npmignore
142 lines (127 loc) · 1.54 KB
/
.npmignore
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
/.pnp
.pnp.js
.idea
~ci.list.txt
~ci.log.txt
~ci.errors.txt
*.stackdump
*.bak
*.old
*.log
tsconfig.json
package-lock.json
test
.github
.gitkeep
/.*/
/.*
tests
/~*
__test__
__tests__
node_modules
/node_modules/
**/node_modules/
*.ts
!*.d.ts
/bin/**/*.d.ts
/bin/*.d.ts
!*.d.mts
/bin/**/*.d.mts
/bin/*.d.mts
!*.d.cts
/bin/**/*.d.cts
/bin/*.d.cts
!/src/**/*.ts
!/src/**/*.cts
!/src/**/*.mts
!/src/**/*.tsx
/src/**/*.d.ts
/src/**/*.js
/src/**/*.d.cts
/src/**/*.d.mts
/src/**/*.cjs
/src/**/*.mjs
/src/**/*.jsx
*.tgz
/tsconfig.json.tpl
yarn-error.log
.git
yarn.lock
.env.local
.env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.vue.js
*.vue.d.ts
*.vue.js.map
.nyc_output
coverage
/*.tpl
webpack.config.js
vue.config.js
/jestconfig.json
/tslint.json
.git
webpack.*.config.js
webpack.*.config.d.ts
webpack.*.config.js.map
webpack.*.config.ts
karma.conf.js
/_config.yml
intellij-style-guide.xml
jest.config.js
*.tsbuildinfo
tsconfig.*.json
tsconfig.esm.json.tpl
/package.d.ts
.mocharc.yml
jest.config.js
jest.config.*
/jest-preset.*
/report.*.json
now.json
/Makefile
*.spec.d.ts
*.spec.js
*.spec.ts
*.spec.d.cts
*.spec.cjs
*.spec.cts
*.spec.d.mts
*.spec.mjs
*.spec.mts
*.spec.d.tsx
*.spec.tsx
__mocks__
__tests__
__snapshots__
*.snap
npm-shrinkwrap.json
/example/
*.stat
.vercel
tsdx.config.js
/report.json
/_*/
_snowpack
/snowpack.config.js
web_modules
cz-adapter
tsc-multi.json.tpl
tsc-multi.json
changelog-option.js
bin/tsconfig.json
bin/tsconfig.*.json
.yarnrc.yml
.turbo
__file_snapshots__
__fixtures__
/fixture/