fix: remove grafana from package
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
This commit is contained in:
parent
d6c134f95a
commit
5b7963ea72
|
@ -0,0 +1,37 @@
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
|
||||||
|
# Runtime data
|
||||||
|
pids
|
||||||
|
*.pid
|
||||||
|
*.seed
|
||||||
|
|
||||||
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||||
|
lib-cov
|
||||||
|
|
||||||
|
# Coverage directory used by tools like istanbul
|
||||||
|
coverage
|
||||||
|
|
||||||
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||||
|
.grunt
|
||||||
|
|
||||||
|
# node-waf configuration
|
||||||
|
.lock-wscript
|
||||||
|
|
||||||
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||||
|
build/Release
|
||||||
|
|
||||||
|
# Dependency directory
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# Optional npm cache directory
|
||||||
|
.npm
|
||||||
|
|
||||||
|
# Optional REPL history
|
||||||
|
.node_repl_history
|
||||||
|
test
|
||||||
|
.travis.yml
|
||||||
|
|
||||||
|
grafana*.tar.gz
|
|
@ -1,6 +0,0 @@
|
||||||
arch:
|
|
||||||
- ppc64le
|
|
||||||
- s390x
|
|
||||||
- arm64
|
|
||||||
language: node_js
|
|
||||||
node_js: [10, 12, 14, 16]
|
|
Loading…
Reference in New Issue