We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b799d commit 80bfe59Copy full SHA for 80bfe59
1 file changed
.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