aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2022-12-15 13:23:46 -0500
committerJake Hunsaker <jhunsake@redhat.com>2022-12-16 10:41:34 -0500
commit4c10dac56724c7903b349c3bef9b8661356d9c26 (patch)
tree7062260c27238dc1651c1d170a29845ea6ee254d /.gitignore
parent809e34d6a5f423bcca39bb56353284c974b991f9 (diff)
downloadsos-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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 1 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 3090e009..55a1d408 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/