From b28bbdcc0ac5cc63d15f2bcefefd5faee61e1934 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Tue, 26 Jan 2016 22:26:09 +1100 Subject: [PATCH] fixed up log files appearing in the git status list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 90e79ce..12925cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -**/**.log* +*.log* build node_modules .bob/ test/streams/test-* .idea +.DS_Store