From 502ab00290fdbfadd82254d73e2c7b969a8a2920 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Mon, 27 Mar 2017 20:11:40 +0200 Subject: [PATCH] fix: add *.log to gitignore/npmignore --- .gitignore | 2 ++ .npmignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 17036dd..1638867 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.* +*.log .vscode .idea .DS_Store diff --git a/.npmignore b/.npmignore index 375a0e8..de0a94c 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ .* +*.log **/tsconfig.json tsconfig.*.json tslint.json