Exclude the build directories from the files pushed to SourceForge
This commit is contained in:
parent
7b5ae68e13
commit
84d702c43f
Binary file not shown.
|
@ -187,6 +187,8 @@ distributions {
|
|||
exclude( '**/.nbattrs' )
|
||||
exclude( '**/out/**' )
|
||||
exclude( '**/bin/**' )
|
||||
exclude( 'build/**' )
|
||||
exclude( '*/build/**' )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue