[Build] Mark tmp dir in the root of project as excluded

This commit is contained in:
Zalim Bashorov
2019-12-19 01:09:41 +03:00
parent 40812cd116
commit 9557034cf7
+2 -1
View File
@@ -771,7 +771,8 @@ configure<IdeaModel> {
commonLocalDataDir,
".gradle",
"dependencies",
"dist"
"dist",
"tmp"
).toSet()
}
}