Skip to content

Commit 90d13bb

Browse files
committed
Add .config/ to gitignore
Signed-off-by: Tiger Kaovilai <[email protected]> Signed-off-by: Tiger Kaovilai <[email protected]>
1 parent f8b799d commit 90d13bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)