aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/webstorm.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/webstorm.profile')
-rw-r--r--etc/profile-m-z/webstorm.profile14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/profile-m-z/webstorm.profile b/etc/profile-m-z/webstorm.profile
index 1f42dae2c..69e96d0cd 100644
--- a/etc/profile-m-z/webstorm.profile
+++ b/etc/profile-m-z/webstorm.profile
@@ -5,12 +5,12 @@ include webstorm.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8nodeny ${HOME}/.WebStorm* 8noblacklist ${HOME}/.WebStorm*
9nodeny ${HOME}/.android 9noblacklist ${HOME}/.android
10nodeny ${HOME}/.local/share/JetBrains 10noblacklist ${HOME}/.local/share/JetBrains
11nodeny ${HOME}/.tooling 11noblacklist ${HOME}/.tooling
12# Allow KDE file manager to open with log directories (blacklisted by disable-programs.inc) 12# Allow KDE file manager to open with log directories (blacklisted by disable-programs.inc)
13nodeny ${HOME}/.config/dolphinrc 13noblacklist ${HOME}/.config/dolphinrc
14 14
15# Allows files commonly used by IDEs 15# Allows files commonly used by IDEs
16include allow-common-devel.inc 16include allow-common-devel.inc
@@ -18,8 +18,8 @@ include allow-common-devel.inc
18# Allow ssh (blacklisted by disable-common.inc) 18# Allow ssh (blacklisted by disable-common.inc)
19include allow-ssh.inc 19include allow-ssh.inc
20 20
21nodeny ${PATH}/node 21noblacklist ${PATH}/node
22nodeny ${HOME}/.nvm 22noblacklist ${HOME}/.nvm
23 23
24include disable-common.inc 24include disable-common.inc
25include disable-devel.inc 25include disable-devel.inc