Skip to content

Commit a1cddef

Browse files
committed
chore(build) Tell bithound we are only interested in ts files
1 parent 39a70a3 commit a1cddef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.bithoundrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"ignore": [
2+
"**/dist/**",
3+
"**/node_modules/**",
4+
"**/bower_components/**",
5+
"**/js/**/*.js",
6+
"**/server/**/*.js"
7+
]

0 commit comments

Comments
 (0)