mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-11 21:45:26 -04:00
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:
@@ -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"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user