[Pill] Prevent 'intellij' directory indexing in cooperative dev mode

This commit is contained in:
Yan Zhulanow
2022-08-04 17:03:32 +09:00
committed by teamcity
parent 4b7cacd55e
commit 121599c6d4
+2 -1
View File
@@ -56,7 +56,8 @@ pill {
excludedDirs(
"out",
"buildSrc/build",
"buildSrc/prepare-deps/intellij-sdk/build"
"buildSrc/prepare-deps/intellij-sdk/build",
"intellij"
)
}