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

pull/2256/head
REJack 2019-09-19 08:53:54 +02:00
parent a9203b3882
commit 3607ed15ed
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

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