From 685a3633b9bd46c65fd38d275a77d1ccf5373d80 Mon Sep 17 00:00:00 2001
From: Simon Egersand <s.egersand@gmail.com>
Date: Sat, 29 Jul 2017 18:47:31 +0200
Subject: [PATCH] Update npmignore to match current project structure

---
 .npmignore |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/.npmignore b/.npmignore
index c2388fa..0082666 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,12 +1,10 @@
-*~
+# Folders
 node_modules
+example
+.idea
+
+# Files
+*~
 .DS_Store
 npm-debug.log
-test_bundle.js
-test-built
-.idea
-examples
-bower.json
 webpack.config.js
-TODO.md
-karma.dev.js

--
Gitblit v1.9.3