mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
4c969081bc
* fix the root Dockerfile and add additional .dockerignore rules * Update go.mod/go.sum and ubuntu dockerfile
27 lines
250 B
Plaintext
27 lines
250 B
Plaintext
.awcache
|
|
.dockerignore
|
|
.git
|
|
.gitignore
|
|
.github
|
|
.vscode
|
|
bin
|
|
data*
|
|
dist
|
|
docker
|
|
Dockerfile
|
|
docs
|
|
dump.rdb
|
|
node_modules
|
|
**/node_modules
|
|
/local
|
|
/tmp
|
|
*.yml
|
|
!.yarnrc.yml
|
|
*.md
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/versions
|
|
!.yarn/cache
|