From fbafd76ee5c29787e24da8c63d8a3160817ef7a3 Mon Sep 17 00:00:00 2001
From: adcpm <fabien@bonustrack.co>
Date: Sat, 20 May 2017 23:21:34 +0700
Subject: [PATCH] Ignore only top root src folder

---
 .npmignore | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.npmignore b/.npmignore
index e0fcced..aaa255f 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,8 +1,9 @@
-.idea
 npm-debug.log
-test.js
 .github
-doc
-examples
 .babelrc
-src
\ No newline at end of file
+/doc
+/examples
+/src
+
+# WebStorm
+.idea
\ No newline at end of file
-- 
GitLab