aboutsummaryrefslogtreecommitdiffstats
path: root/etc/pycharm-community.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pycharm-community.profile')
-rw-r--r--etc/pycharm-community.profile7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/pycharm-community.profile b/etc/pycharm-community.profile
index 17218adee..9ee426a95 100644
--- a/etc/pycharm-community.profile
+++ b/etc/pycharm-community.profile
@@ -6,14 +6,13 @@ include pycharm-community.local
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.PyCharmCE* 8noblacklist ${HOME}/.PyCharmCE*
9noblacklist ${HOME}/.python-history
10noblacklist ${HOME}/.python_history
11noblacklist ${HOME}/.pythonhist
12noblacklist ${HOME}/.pythonrc.py
13 9
14# Allow java (blacklisted by disable-devel.inc) 10# Allow java (blacklisted by disable-devel.inc)
15include allow-java.inc 11include allow-java.inc
16 12
13# Allows files commonly used by IDEs
14include allow-common-devel.inc
15
17include disable-common.inc 16include disable-common.inc
18include disable-devel.inc 17include disable-devel.inc
19include disable-passwdmgr.inc 18include disable-passwdmgr.inc