mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-09-02 17:35:47 +00:00
fix(gitignore): ignore coverage profiles and temporary build artifacts (#716)
This commit is contained in:
@@ -32,3 +32,7 @@ go.work
|
|||||||
/pkg/dashboard/objects/testdata/hello-world-0.1.0.tgz
|
/pkg/dashboard/objects/testdata/hello-world-0.1.0.tgz
|
||||||
/pkg/frontend/dist/*
|
/pkg/frontend/dist/*
|
||||||
/dist/
|
/dist/
|
||||||
|
profile.cov
|
||||||
|
coverage.out
|
||||||
|
*.tmp
|
||||||
|
.nx/
|
||||||
|
|||||||
Reference in New Issue
Block a user