Skip to content

Commit 4c9c27b

Browse files
committed
improve .gitignore
1 parent 92b6d54 commit 4c9c27b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
.idea
2-
build
3-
dev
2+
.nyc_output
3+
coverage
4+
dist
5+
dist-test
46
lib
7+
lib-test
58
node_modules
6-
typings
7-
coverage
8-
inversify.d.ts
99
*.as
1010
*.iml
1111
src/**/*.js
1212
src/**/*.js.map
1313
test/**/*.js
1414
test/**/*.js.map
1515
npm-debug.log
16+
yarn-error.log

0 commit comments

Comments
 (0)