From 0e939b7d240245f2991b97889ac6e81d74549436 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Sat, 29 Oct 2016 22:10:39 +0200 Subject: [PATCH] clean up of .gitignore --- .gitignore | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cdff62f5..e536f747 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,18 @@ +# vis.js files +dist/ +test/ + +# npm files +node_modules +npm-debug.log + +# ide or system files .idea .c9 *.iml -node_modules .project .settings/ -npm-debug.log .directory # vim temporary files .*.sw[op] -test/ - -#vis deployment files -dist/