Add .config/ to gitignore

Signed-off-by: Tiger Kaovilai <passawit.kaovilai@gmail.com>
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
pull/9006/head
Tiger Kaovilai 2025-06-06 10:48:40 -04:00 committed by Tiger Kaovilai
parent f8b799de97
commit 90d13bb609
No known key found for this signature in database
GPG Key ID: F05DADBB55627443
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -58,3 +58,8 @@ debug.test*
# make lint cache
.cache/
# Go telemetry directory created when container sets HOME to working directory
# This happens because Makefile uses 'docker run -w /github.com/vmware-tanzu/velero'
# and Go's os.UserConfigDir() falls back to $HOME/.config when XDG_CONFIG_HOME is unset
.config/