diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2019-06-05 22:45:59 -0500 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2019-06-05 22:45:59 -0500 |
commit | 2809cc975277e5b8c9160e1bac903d414eab305d (patch) | |
tree | 1b2ab18c5d3623db0152834049d2a8a89c662fc7 | |
parent | 07f4d4dd27a859c16397fbb2c4d3bb5dde79d323 (diff) | |
download | pyparsing-git-2809cc975277e5b8c9160e1bac903d414eab305d.tar.gz |
Suppress PyCharm IDE settings from Git repo
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,7 @@ # Created by https://www.gitignore.io/api/python,pycharm +working/* + ### PyCharm ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 @@ -57,10 +59,10 @@ fabric.properties ### PyCharm Patch ### # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 -# *.iml +*.iml # modules.xml -# .idea/misc.xml -# *.ipr +.idea/misc.xml +*.ipr # Sonarlint plugin .idea/sonarlint |