Skip to content

Commit 80bfe59

Browse files
committed
Add .config/ to gitignore
1 parent f8b799d commit 80bfe59

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ debug.test*
5858

5959
# make lint cache
6060
.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

Comments
 (0)