mirror of https://github.com/ColorlibHQ/AdminLTE
added unnecessary plugin files (*.md, *.html & package.json) to .gitignore
parent
a9203b3882
commit
3607ed15ed
|
@ -19,6 +19,12 @@ nbproject/private
|
||||||
node_modules/
|
node_modules/
|
||||||
bower_components/
|
bower_components/
|
||||||
|
|
||||||
|
// Plugins
|
||||||
|
/plugins/*/*.md
|
||||||
|
/plugins/*/*.html
|
||||||
|
/plugins/*/package.json
|
||||||
|
|
||||||
|
|
||||||
// Docs
|
// Docs
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
docs/_site
|
docs/_site
|
||||||
|
|
Loading…
Reference in New Issue