sourcesync icon indicating copy to clipboard operation
sourcesync copied to clipboard

Exclude Extensions - Comparison to broad

Open swelcker opened this issue 3 years ago • 2 comments

api/Utils.java Utils.canBeUploaded

            if (extensionsToFilter.contains(extension)) {
                return false;
            }

if you want exclude .json, it will exclude .js files too It should split the extensionsToFilter String by ';' into an array and compare the single entry strings on lowercase

swelcker avatar Dec 01 '21 20:12 swelcker

Indeed, I can reproduce the issue.

fioan89 avatar Dec 02 '21 09:12 fioan89

thx for confirming, saw to late that the package seems to have no active maintenance anymore

swelcker avatar Dec 02 '21 14:12 swelcker