Update .gitignore
diff --git a/template_src/.gitignore b/template_src/.gitignore
index 7093109..5e1e597 100644
--- a/template_src/.gitignore
+++ b/template_src/.gitignore
@@ -1,6 +1,8 @@
-# macOS
 .DS_Store
 
+# Generated by package manager
+node_modules/
+
 # Generated by Cordova
-plugins
-platforms
+/plugins/
+/platforms/