Browse Source

added unnecessary plugin files (*.md, *.html & package.json) to .gitignore

REJack 5 years ago
parent
commit
3607ed15ed
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

@@ -19,6 +19,12 @@ nbproject/private
 node_modules/
 bower_components/
 
+// Plugins
+/plugins/*/*.md
+/plugins/*/*.html
+/plugins/*/package.json
+
+
 // Docs
 Gemfile.lock
 docs/_site