Update gitignore
This commit is contained in:
parent
6abf1b6ac2
commit
f738c875d8
4
composer.lock
generated
4
composer.lock
generated
@ -217,7 +217,7 @@
|
||||
},
|
||||
{
|
||||
"name": "nnnick/chartjs",
|
||||
"version": "v2.9.3",
|
||||
"version": "v2.9.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/chartjs/Chart.js.git",
|
||||
@ -315,7 +315,7 @@
|
||||
"time": "2015-05-01T07:00:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/log",
|
||||
"name": "Psr/log",
|
||||
"version": "1.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
|
||||
7
htdocs/includes/nnnick/chartjs/.gitignore
vendored
7
htdocs/includes/nnnick/chartjs/.gitignore
vendored
@ -1,8 +1,13 @@
|
||||
.github
|
||||
/_book
|
||||
/coverage
|
||||
/custom
|
||||
/dist
|
||||
/docs/index.md
|
||||
/docs
|
||||
/samples
|
||||
/scripts
|
||||
/src
|
||||
/test
|
||||
/gh-pages
|
||||
/jsdoc
|
||||
/node_modules
|
||||
|
||||
@ -1,26 +1,25 @@
|
||||
{
|
||||
"name": "nnnick/chartjs",
|
||||
"type": "library",
|
||||
"description": "Simple HTML5 charts using the canvas element.",
|
||||
"keywords": [
|
||||
"chart",
|
||||
"js"
|
||||
],
|
||||
"homepage": "https://www.chartjs.org/",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "NICK DOWNIE",
|
||||
"email": "hello@nickdownie.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"release/2.0": "v2.0-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
"name" : "nnnick/chartjs",
|
||||
"type" : "library",
|
||||
"description" : "Simple HTML5 charts using the canvas element.",
|
||||
"keywords" : [
|
||||
"chart",
|
||||
"js"
|
||||
],
|
||||
"homepage" : "https://www.chartjs.org/",
|
||||
"license" : "MIT",
|
||||
"authors" : [{
|
||||
"name" : "NICK DOWNIE",
|
||||
"email" : "hello@nickdownie.com"
|
||||
}
|
||||
],
|
||||
"require" : {
|
||||
"php" : ">=5.3.3"
|
||||
},
|
||||
"minimum-stability" : "stable",
|
||||
"extra" : {
|
||||
"branch-alias" : {
|
||||
"release/2.0" : "v2.0-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user