Exclude useless cache directory

This commit is contained in:
DBotThePony 2022-10-07 01:07:18 +07:00
parent 5c8bd6106f
commit a07506dc2b
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -131,6 +131,7 @@ sourceSets {
this["main"].resources {
srcDir("src/data/resources")
exclude("**/.cache/**")
}
}