Marked some folders generated during runtime as excluded in IDEA, to speed up indexing and to prevent irrelevant search results

This commit is contained in:
Ziggy
2023-04-02 14:03:30 +02:00
parent 706a287e11
commit 33fe99f1c3
+3
View File
@@ -68,6 +68,9 @@ idea {
targetVersion = javaMajorVersion
module {
inheritOutputDirs = true
excludeDirs.add(project.file("log"))
excludeDirs.add(project.file("mongo_data"))
excludeDirs.add(project.file("odb"))
}
}