[Pill] Prevent 'intellij' directory indexing in cooperative dev mode
This commit is contained in:
+2
-1
@@ -56,7 +56,8 @@ pill {
|
|||||||
excludedDirs(
|
excludedDirs(
|
||||||
"out",
|
"out",
|
||||||
"buildSrc/build",
|
"buildSrc/build",
|
||||||
"buildSrc/prepare-deps/intellij-sdk/build"
|
"buildSrc/prepare-deps/intellij-sdk/build",
|
||||||
|
"intellij"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user