Exclude intellij dir when working with compound build
This commit is contained in:
committed by
Space Team
parent
0e44ad6c60
commit
e1a498e757
+2
-1
@@ -918,7 +918,8 @@ configure<IdeaModel> {
|
|||||||
".gradle",
|
".gradle",
|
||||||
"dependencies",
|
"dependencies",
|
||||||
"dist",
|
"dist",
|
||||||
"tmp"
|
"tmp",
|
||||||
|
"intellij"
|
||||||
).toSet()
|
).toSet()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user