Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed May 2, 2017
1 parent 4c22b97 commit 13604c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/.vscode/
/bld/
/coverage/

node_modules/
/node_modules/

npm-debug.log
/npm-debug.log
15 changes: 15 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "0.1.0",
"tasks": [
{
"taskName": "build-watch",
"command": "npm",
"isBuildCommand": true,
"isShellCommand": true,
"args": ["run", "tsc", "--", "-w"],
"showOutput": "silent",
"isBackground": true,
"problemMatcher": "$tsc-watch"
}
]
}

0 comments on commit 13604c3

Please sign in to comment.