From 6e8ba04daba78bdb3a8e5267a053ff2467f44c9e Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Wed, 24 Apr 2019 12:54:40 +0200 Subject: blacklist .git-credential & .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/clion.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/clion.profile') diff --git a/etc/clion.profile b/etc/clion.profile index e230a740d..b22febf4b 100644 --- a/etc/clion.profile +++ b/etc/clion.profile @@ -6,7 +6,9 @@ include clion.local include globals.local noblacklist ${HOME}/.CLion* +noblacklist ${HOME}/.config/git noblacklist ${HOME}/.gitconfig +noblacklist ${HOME}/.git-credential noblacklist ${HOME}/.java noblacklist ${HOME}/.local/share/JetBrains noblacklist ${HOME}/.ssh -- cgit v1.2.3-54-g00ecf