diff options
| author | Lance5057 <Lance5057@gmail.com> | 2015-03-14 09:08:15 -0500 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2015-03-14 09:08:15 -0500 |
| commit | 14504bab9a99161b597fdd7da1993f0019384ff8 (patch) | |
| tree | 8d625fec97c68566f17a07a3b9c47791e2d413b7 /build.gradle | |
| parent | 76cb69986e6be1d16952e2e7fcb8aed01a3e4f59 (diff) | |
Fixed gradle to remove Thumbs.db again
Diffstat (limited to 'build.gradle')
| -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 } |
