Update gitignore

This commit is contained in:
Laurent Destailleur 2020-12-07 21:10:10 +01:00
parent 6abf1b6ac2
commit f738c875d8
3 changed files with 32 additions and 28 deletions

4
composer.lock generated
View File

@ -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",

View File

@ -1,8 +1,13 @@
.github
/_book
/coverage
/custom
/dist
/docs/index.md
/docs
/samples
/scripts
/src
/test
/gh-pages
/jsdoc
/node_modules

View File

@ -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"
}
}
}