added unnecessary plugin files (*.md, *.html & package.json) to .gitignore
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -19,6 +19,12 @@ nbproject/private
|
||||
node_modules/
|
||||
bower_components/
|
||||
|
||||
// Plugins
|
||||
/plugins/*/*.md
|
||||
/plugins/*/*.html
|
||||
/plugins/*/package.json
|
||||
|
||||
|
||||
// Docs
|
||||
Gemfile.lock
|
||||
docs/_site
|
||||
|
||||
Reference in New Issue
Block a user