From 827843d8bd0741f32c4d218d245520fa194382b8 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 12 Aug 2022 15:46:51 +0200 Subject: [PATCH] gitignore: update location gitignore should be symlinked to ~/.config/git/ignore see a3f74bf --- ansible/playbooks/setup.yml | 1 + gitconfig | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ansible/playbooks/setup.yml b/ansible/playbooks/setup.yml index 9d8f31c..33d2a36 100644 --- a/ansible/playbooks/setup.yml +++ b/ansible/playbooks/setup.yml @@ -38,6 +38,7 @@ - '$HOME/bin' - '$HOME/projects' - '$HOME/git' + - '$HOME/.config/git' - name: antibody # TODO: antibody is available on apt(debian)/brew/pacman shell: | diff --git a/gitconfig b/gitconfig index 587e209..e9853e5 100644 --- a/gitconfig +++ b/gitconfig @@ -1,6 +1,6 @@ # vi:syntax=gitconfig -[core] -excludesfile = ~/.gitignore +#[core] # DEPRECATED: excludesfile should be in ~/.config/git/ignore +#excludesfile = ~/.gitignore #[init] # templatedir = ~/.git_template