aboutsummaryrefslogtreecommitdiffstats
path: root/etc/brackets.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-04-07 13:39:56 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-04-07 13:39:56 +0200
commit53a677feff97bf3b1cbe9963d30164ee6cf97204 (patch)
tree4a28601df795c8072e57cbe8a6730387b971c2f4 /etc/brackets.profile
parentAdd note about firejail-profiles to issues instructions (diff)
downloadfirejail-53a677feff97bf3b1cbe9963d30164ee6cf97204.tar.gz
firejail-53a677feff97bf3b1cbe9963d30164ee6cf97204.tar.zst
firejail-53a677feff97bf3b1cbe9963d30164ee6cf97204.zip
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