aboutsummaryrefslogtreecommitdiffstats
path: root/etc/brackets.profile
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2019-04-07 10:58:10 -0500
committerLibravatar GitHub <noreply@github.com>2019-04-07 10:58:10 -0500
commitacdd1b1858f0139cb9d636c0649a6a1c95763b7b (patch)
tree4a28601df795c8072e57cbe8a6730387b971c2f4 /etc/brackets.profile
parentAdd note about firejail-profiles to issues instructions (diff)
parentFix git in some IDE's (diff)
downloadfirejail-acdd1b1858f0139cb9d636c0649a6a1c95763b7b.tar.gz
firejail-acdd1b1858f0139cb9d636c0649a6a1c95763b7b.tar.zst
firejail-acdd1b1858f0139cb9d636c0649a6a1c95763b7b.zip
Merge pull request #2639 from rusty-snake/fix-git-in-IDEs
Fix git in some IDE's
Diffstat (limited to 'etc/brackets.profile')
-rw-r--r--etc/brackets.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/brackets.profile b/etc/brackets.profile
index cead6ec24..46870e1ad 100644
--- a/etc/brackets.profile
+++ b/etc/brackets.profile
@@ -9,8 +9,10 @@ noblacklist ${HOME}/.config/Brackets
9#noblacklist /opt/brackets/ 9#noblacklist /opt/brackets/
10#noblacklist /opt/google/ 10#noblacklist /opt/google/
11# Uncomment the the next two lines if you are developing rust. 11# Uncomment the the next two lines if you are developing rust.
12# or put it in your brackets.local
12#noblacklist ${HOME}/.cargo/config 13#noblacklist ${HOME}/.cargo/config
13#noblacklist ${HOME}/.cargo/registry 14#noblacklist ${HOME}/.cargo/registry
15noblacklist ${HOME}/.gitconfig
14 16
15include disable-common.inc 17include disable-common.inc
16include disable-passwdmgr.inc 18include disable-passwdmgr.inc