Exclude intellij dir when working with compound build

This commit is contained in:
Nikolay Krasko
2022-09-02 17:24:39 +02:00
committed by Space Team
parent 0e44ad6c60
commit e1a498e757
+2 -1
View File
@@ -918,7 +918,8 @@ configure<IdeaModel> {
".gradle", ".gradle",
"dependencies", "dependencies",
"dist", "dist",
"tmp" "tmp",
"intellij"
).toSet() ).toSet()
} }
} }