mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 00:24:46 -06:00
0c8a2bbfd5
* copy .github folder into golang build container since we rely on codeowners * remove .github for .dockerignore
25 lines
235 B
Plaintext
25 lines
235 B
Plaintext
.awcache
|
|
.dockerignore
|
|
.git
|
|
.gitignore
|
|
.vscode
|
|
bin
|
|
data*
|
|
dist
|
|
docker
|
|
Dockerfile
|
|
docs
|
|
dump.rdb
|
|
node_modules
|
|
**/node_modules
|
|
/tmp
|
|
*.yml
|
|
!.yarnrc.yml
|
|
*.md
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/versions
|
|
!.yarn/cache
|