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",
|
||||
"dependencies",
|
||||
"dist",
|
||||
"tmp"
|
||||
"tmp",
|
||||
"intellij"
|
||||
).toSet()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user