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/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..b27d93684 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-credentials noblacklist ${HOME}/.java noblacklist ${HOME}/.local/share/JetBrains noblacklist ${HOME}/.ssh -- cgit v1.2.3-54-g00ecf