Exclude the build directories from the files pushed to SourceForge
This commit is contained in:
parent
dbfc05de53
commit
ed1644247e
|
@ -188,6 +188,8 @@ distributions {
|
||||||
exclude( '**/.nbattrs' )
|
exclude( '**/.nbattrs' )
|
||||||
exclude( '**/out/**' )
|
exclude( '**/out/**' )
|
||||||
exclude( '**/bin/**' )
|
exclude( '**/bin/**' )
|
||||||
|
exclude( 'build/**' )
|
||||||
|
exclude( '*/build/**' )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue