Merge pull request #9006 from kaovilai/improve-config-gitignore-comment

Add .config/ to .gitignore
This commit is contained in:
Wenkai Yin(尹文开)
2025-06-09 14:19:02 +08:00
committed by GitHub

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/