From 887c1bb9254a785439c700e2971f9c72353b99cf Mon Sep 17 00:00:00 2001 From: Matt Condon Date: Fri, 24 Nov 2017 13:03:52 +0200 Subject: [PATCH] feat: more comprehensive gitignore --- .gitignore | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 264489235..f68dde665 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,35 @@ *.swp *.swo -node_modules/ -build/ -.DS_Store/ -/coverage -coverage.json + +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed allFiredEvents scTopics + +# Coverage directory used by tools like istanbul +coverage +coverage.json + +# node-waf configuration +.lock-wscript + +# Dependency directory +node_modules + +# Debug log from npm +npm-debug.log + +# local env variables +.env + +# truffle build directory +build/ + +# lol macs +.DS_Store/