Exclude the build directories from the files pushed to SourceForge

This commit is contained in:
Guillaume Smet 2018-07-05 15:46:05 +02:00
parent 7b5ae68e13
commit 84d702c43f
2 changed files with 2 additions and 0 deletions

BIN
release/.release.gradle.swp Normal file

Binary file not shown.

View File

@ -187,6 +187,8 @@ distributions {
exclude( '**/.nbattrs' )
exclude( '**/out/**' )
exclude( '**/bin/**' )
exclude( 'build/**' )
exclude( '*/build/**' )
}
}
}