fix(gitignore): ignore coverage profiles and temporary build artifacts (#716)

This commit is contained in:
Yash Raj
2026-08-08 12:59:24 +05:30
committed by GitHub
parent ead7f15352
commit 7dad60beb2
+4
View File
@@ -32,3 +32,7 @@ go.work
/pkg/dashboard/objects/testdata/hello-world-0.1.0.tgz
/pkg/frontend/dist/*
/dist/
profile.cov
coverage.out
*.tmp
.nx/