From b39c04a805e10574e9042545e62c49b837777a5a Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Wed, 30 Nov 2016 22:30:33 +1300 Subject: [PATCH] ignore list updated --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eadeb94..a7a2168 100644 --- a/.gitignore +++ b/.gitignore @@ -36,11 +36,18 @@ jspm_packages # Optional REPL history .node_repl_history +# Ignore node.js modules folder node_modules + +# Ignore any igauna made directories or files in repo folder tmp help debug.log genesis confs DB -coins \ No newline at end of file +coins + +# Ignore all EasyDEX-GUI subfolder files, except README +EasyDEX-GUI/* +!EasyDEX-GUI/README \ No newline at end of file