Skip to content

Commit

Permalink
fix: add *.log to gitignore/npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Mar 27, 2017
1 parent 860e500 commit 502ab00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
.*
*.log
.vscode
.idea
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions .npmignore
@@ -1,4 +1,5 @@
.*
*.log
**/tsconfig.json
tsconfig.*.json
tslint.json
Expand Down

0 comments on commit 502ab00

Please sign in to comment.