Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
module
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmer Bulthuis committed Feb 1, 2018
1 parent 8e5810f commit d2baf32
Show file tree
Hide file tree
Showing 11 changed files with 844 additions and 859 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.*
*.log
/node_modules/
/coverage/
/obj/
/report/
/node/
/module/
/types/
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.*
*.log
node_modules/
coverage/
/node_modules/
/report/
13 changes: 6 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// Place your settings in this file to overwrite default and user settings.
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true,
"search.exclude": {
".*": true,
"*.log": true,
"node_modules/": true,
"coverage/": true,
"obj/": true
}
"tslint.autoFixOnSave": true,
"editor.rulers": [
80,
120
]
}
26 changes: 0 additions & 26 deletions .vscode/task.json

This file was deleted.

Loading

0 comments on commit d2baf32

Please sign in to comment.