Skip to content

Commit 97dcf61

Browse files
committed
improve .gitignore
1 parent 362bd68 commit 97dcf61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
.idea
22
.nyc_output
3-
build
4-
dev
3+
coverage
4+
dist/lib
5+
dist-test
56
lib
7+
lib-test
68
node_modules
7-
typings
8-
coverage
9-
inversify.d.ts
109
*.as
1110
*.iml
1211
src/**/*.js
1312
src/**/*.js.map
1413
test/**/*.js
1514
test/**/*.js.map
1615
npm-debug.log
16+
yarn-error.log

0 commit comments

Comments
 (0)