aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/pycharm-community.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/pycharm-community.profile')
-rw-r--r--etc/profile-m-z/pycharm-community.profile9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/profile-m-z/pycharm-community.profile b/etc/profile-m-z/pycharm-community.profile
index 629396aaa..875b83e8e 100644
--- a/etc/profile-m-z/pycharm-community.profile
+++ b/etc/profile-m-z/pycharm-community.profile
@@ -5,7 +5,13 @@ include pycharm-community.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.PyCharmCE* 8noblacklist ${HOME}/.PyCharm*
9# Persistent cache is needed for spell and grammar checkers, etc.
10noblacklist ${HOME}/.cache/JetBrains/PyCharm*
11noblacklist ${HOME}/.config/JetBrains/PyCharm*
12# Not `PyCharm*`, because the state about of "anonymous data sent" is shared
13# between JetBrains IDEs.
14noblacklist ${HOME}/.local/share/JetBrains
9 15
10# Allow java (blacklisted by disable-devel.inc) 16# Allow java (blacklisted by disable-devel.inc)
11include allow-java.inc 17include allow-java.inc
@@ -30,7 +36,6 @@ tracelog
30 36
31# private-etc alternatives,fonts,passwd - minimal required to run but will probably break 37# private-etc alternatives,fonts,passwd - minimal required to run but will probably break
32# program! 38# program!
33private-cache
34private-dev 39private-dev
35private-tmp 40private-tmp
36 41