Skip to content

Commit f38f025

Browse files
committed
add PyCharm iml for scope definition to work
and for excludeFolder
1 parent 3f02228 commit f38f025

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ venv.bak/
125125

126126
#pycharm
127127
/.idea/*
128+
!/.idea/*.iml
128129
!/.idea/scopes/
129130
!/.idea/copyright/
130131

.idea/geoapps-utils.iml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ repos:
8585
- id: debug-statements
8686
- id: detect-private-key
8787
- id: end-of-file-fixer
88-
exclude: (^\.idea/.*\.xml|\.mdj)$
88+
exclude: (^\.idea/.*\.?ml|\.mdj)$
8989
- id: mixed-line-ending
90-
exclude: ^\.idea/.*\.xml$
90+
exclude: ^\.idea/.*\.?ml$
9191
- id: name-tests-test
9292
- id: pretty-format-json
9393
args:

0 commit comments

Comments
 (0)