Skip to content

Commit eafa48d

Browse files
authored
Merge pull request #9006 from kaovilai/improve-config-gitignore-comment
Add .config/ to .gitignore
2 parents 6447363 + 90d13bb commit eafa48d

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)