Skip to content

Commit

Permalink
Exclude the bin directories from the files pushed to SourceForge
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 10, 2018
1 parent e9deae3 commit dbfc05d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ distributions {
exclude( '**/.settings' )
exclude( '**/.nbattrs' )
exclude( '**/out/**' )
exclude( '**/bin/**' )
}
}
}
Expand Down

0 comments on commit dbfc05d

Please sign in to comment.