diff options
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 5524434..083ca8b 100644 --- a/build.gradle +++ b/build.gradle @@ -60,4 +60,6 @@ processResources from(sourceSets.main.resources.srcDirs) { exclude 'mcmod.info' } + + exclude '**/Thumbs.db' // cause I'm tired of picking them out like nasty olives in an otherwise decent pizza } |
