From 69aff12bd75d9074bc83dff94e33aa657f1830b4 Mon Sep 17 00:00:00 2001 From: xtex Date: Wed, 10 Jan 2024 09:43:15 +0800 Subject: [PATCH] Avoid git traverlling around .cache and .local --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 30bcab9..ba6531f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,19 @@ * -!*/ !/.gitignore !/.gitconfig !/.profile !/.gdbinit +!/.ssh/ !/.ssh/authorized_keys !/.ssh/config +!/.config/ +!/.config/*/ !/.config/user-dirs.dirs !/.config/autostart/ssh-add.desktop -!/.config/environment.d/sdk.conf -!/.config/environment.d/editor.conf -!/.config/environment.d/ssh.conf +!/.config/environment.d/ !/.config/Code - Exploration/User/settings.json !/.config/Code - Insiders/User/settings.json !/.config/fish/config.fish