mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 06:15:21 +00:00
Add .config/ to gitignore
Signed-off-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
This commit is contained in:
committed by
Tiger Kaovilai
parent
f8b799de97
commit
90d13bb609
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user