diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-07-09 10:34:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-09 14:04:49 +0530 |
commit | 5d60f1304f5bf3ac8cc86880af6e68f45673ed8e (patch) | |
tree | 4bed1a1bd5fc554533d603cfe29ead13e12dfe8b /.idea/scopes | |
parent | fc00de61dcc53f8378e332f7db1d5c58e3308aa7 (diff) |
Exclude third_party scope from reformats (#927)
Diffstat (limited to '.idea/scopes')
-rw-r--r-- | .idea/scopes/third_party.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.idea/scopes/third_party.xml b/.idea/scopes/third_party.xml new file mode 100644 index 00000000..270b49b7 --- /dev/null +++ b/.idea/scopes/third_party.xml @@ -0,0 +1,3 @@ +<component name="DependencyValidationManager"> + <scope name="third_party" pattern="src[Android-Password-Store.app]:mozilla.components.lib.publicsuffixlist..*" /> +</component>
\ No newline at end of file |