diff --git a/.npmignore b/.npmignore
index f09384c..6245c5f 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,6 +1,7 @@
 .DS_Store
 node_modules
 *.log
+debug/*
 .github
 test
 bootstrap*.tgz
diff --git a/debug/.gitignore b/debug/.gitignore
new file mode 100644
index 0000000..c96a04f
--- /dev/null
+++ b/debug/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
\ No newline at end of file