From 8337949d8063ec2270f296fd9cacb6abef4959a2 Mon Sep 17 00:00:00 2001 From: Paul Merlin Date: Sun, 22 Sep 2019 11:06:17 +0200 Subject: [PATCH] better .gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3f5bd6d..990c566 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ -__tests__/runner/* lib/ +node_modules + +.idea +*.iml +__tests__/runner/* # Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore # Logs @@ -42,7 +46,6 @@ bower_components build/Release # Dependency directories -node_modules/ jspm_packages/ # TypeScript v1 declaration files