From 63efb454a4af0ee5d4905f7cfae193138aef3e15 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Wed, 24 Apr 2019 12:54:40 +0200 Subject: blacklist .git-credentials & .config/git (#2663) … MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and noblacklist they in all profiles with noblacklist .gitconfig --- etc/idea.sh.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/idea.sh.profile') diff --git a/etc/idea.sh.profile b/etc/idea.sh.profile index bbacef764..4f3047e08 100644 --- a/etc/idea.sh.profile +++ b/etc/idea.sh.profile @@ -7,7 +7,9 @@ include globals.local noblacklist ${HOME}/.IdeaIC* noblacklist ${HOME}/.android +noblacklist ${HOME}/.config/git noblacklist ${HOME}/.gitconfig +noblacklist ${HOME}/.git-credentials noblacklist ${HOME}/.gradle noblacklist ${HOME}/.jack-server noblacklist ${HOME}/.jack-settings -- cgit v1.2.3-70-g09d2