[Build] Mark tmp dir in the root of project as excluded
This commit is contained in:
+2
-1
@@ -771,7 +771,8 @@ configure<IdeaModel> {
|
||||
commonLocalDataDir,
|
||||
".gradle",
|
||||
"dependencies",
|
||||
"dist"
|
||||
"dist",
|
||||
"tmp"
|
||||
).toSet()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user