Ignore node_modules folder.
diff --git a/.gitignore b/.gitignore
index f169b97..2ac76e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 !/bin/
+
+**/node_modules
\ No newline at end of file