Merge pull request #19 from brodybits/cb-12397

CB-12397 fix .gitignore for plugins & platforms
diff --git a/.gitignore b/.gitignore
index fd29596..a0090b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-# OS X
+# macOS
 .DS_Store
diff --git a/template_src/.gitignore b/template_src/.gitignore
index fd29596..5e1e597 100644
--- a/template_src/.gitignore
+++ b/template_src/.gitignore
@@ -1,2 +1,8 @@
-# OS X
 .DS_Store
+
+# Generated by package manager
+node_modules/
+
+# Generated by Cordova
+/plugins/
+/platforms/