You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to prevent some files from being removed. Despite several attempts to get it working, I may have found out that includeFilters and excludeFilter are not working as expected. I'm adding these settings to my project:
.settings(
ghpages.settings,
git.remoteRepo :="[email protected]:scalacenter/repo",
includeFilter in GhPagesKeys.cleanSite :=NothingFilter,
excludeFilter in GhPagesKeys.cleanSite :=AllPassFilter
)
Even though I'm including Nothing and excluding everything, the task ghpagesCleanSite removes everything in the repo when it's executed. This is weird. Am I missing something here? I've seen the source code and everything looks fine.
The text was updated successfully, but these errors were encountered:
I want to prevent some files from being removed. Despite several attempts to get it working, I may have found out that
includeFilter
s andexcludeFilter
are not working as expected. I'm adding these settings to my project:Even though I'm including Nothing and excluding everything, the task
ghpagesCleanSite
removes everything in the repo when it's executed. This is weird. Am I missing something here? I've seen the source code and everything looks fine.The text was updated successfully, but these errors were encountered: