summaryrefslogtreecommitdiff
path: root/.idea/codeInsightSettings.xml
diff options
context:
space:
mode:
authorJuan C Nuno <juancnuno@google.com>2021-11-03 13:44:45 -0700
committerJuan C Nuno <juancnuno@google.com>2021-11-08 18:15:01 +0000
commit6ff7ff4ec12715e090926f56c0e1d5c6eb3d7054 (patch)
treec75398c2ccb8310533f35c8c3f96fdb83665054e /.idea/codeInsightSettings.xml
parent3cec34d44365280996900fa76f32ade8298131cc (diff)
downloadidea-6ff7ff4ec12715e090926f56c0e1d5c6eb3d7054.tar.gz
Exclude internal packages
From auto import and completion Bug: Not applicable Test: Not applicable Change-Id: I76dac47cb637fd1408e052fb4297d84e26644c79
Diffstat (limited to '.idea/codeInsightSettings.xml')
-rw-r--r--.idea/codeInsightSettings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.idea/codeInsightSettings.xml b/.idea/codeInsightSettings.xml
new file mode 100644
index 00000000000..cd4041bb8f0
--- /dev/null
+++ b/.idea/codeInsightSettings.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="JavaProjectCodeInsightSettings">
+ <excluded-names>
+ <name>nl.jqno.equalsverifier.internal</name>
+ <name>org.gradle.internal.impldep</name>
+ </excluded-names>
+ </component>
+</project>