We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b799d commit 90d13bbCopy full SHA for 90d13bb
.gitignore
@@ -58,3 +58,8 @@ debug.test*
58
59
# make lint cache
60
.cache/
61
+
62
+# Go telemetry directory created when container sets HOME to working directory
63
+# This happens because Makefile uses 'docker run -w /github.com/vmware-tanzu/velero'
64
+# and Go's os.UserConfigDir() falls back to $HOME/.config when XDG_CONFIG_HOME is unset
65
+.config/
0 commit comments