diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-12-15 13:23:46 -0500 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-12-16 10:41:34 -0500 |
commit | 4c10dac56724c7903b349c3bef9b8661356d9c26 (patch) | |
tree | 7062260c27238dc1651c1d170a29845ea6ee254d | |
parent | 809e34d6a5f423bcca39bb56353284c974b991f9 (diff) | |
download | sos-4c10dac56724c7903b349c3bef9b8661356d9c26.tar.gz |
[devel] Ignore entire .idea/ directory from pycharm
Ignore the entirety of the `.idea/` directory within the repo for anyone
using PyCharm as an IDE.
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | .gitignore | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -19,13 +19,4 @@ dist/ docs/_build # Pycharm -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/dictionaries -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.xml -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml +.idea/ |