Update .gitignore
This commit is contained in:
parent
f738c875d8
commit
4bc2e791a8
6
htdocs/includes/mike42/escpos-php/.gitignore
vendored
6
htdocs/includes/mike42/escpos-php/.gitignore
vendored
@ -4,9 +4,7 @@
|
||||
.buildpath
|
||||
|
||||
# doxygen files
|
||||
doc/html
|
||||
doc/latex
|
||||
doc/doxygen_sqlite3.db
|
||||
doc
|
||||
|
||||
# composer files
|
||||
vendor/
|
||||
@ -14,5 +12,3 @@ vendor/
|
||||
# other build files
|
||||
build/*
|
||||
*.phar
|
||||
/example/
|
||||
/test/
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
"test:e2e": "node_modules/cucumber/bin/cucumber-js --require test/acceptance/index.js --require test/acceptance/setup.js --require test/acceptance/stepDefinitions -f node_modules/cucumber-pretty"
|
||||
},
|
||||
"dependencies": {
|
||||
"chart.js": "^2.9.4",
|
||||
"cucumber-pretty": "^6.0.0",
|
||||
"node-fetch": "^2.6.1"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user