Skip to content

Commit

Permalink
Ignore typescript files (#125)
Browse files Browse the repository at this point in the history
- Now typescript files are excluded by default.
  • Loading branch information
TheColorRed authored and ritwickdey committed May 20, 2018
1 parent 3314e17 commit 99bd3df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
"default": [
".vscode/**",
"**/*.scss",
"**/*.sass"
"**/*.sass",
"**/*.ts"
],
"description": "To ignore specific file changes"
},
Expand Down

0 comments on commit 99bd3df

Please sign in to comment.