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
Every time there's a need to customize the excludes, "DEFAULTS" is required to be added in the exclude block of the config (or passed as a flag). This is annoying since most (99.99%) of the time the default excluded directories are to be excluded. This can be solved by adding a force_include option in the config, for when the excluded directories are required to be included.
How this would work is, if there's a directory being excluded in the excludes, force_include will override this and include the directory, no matter what.
The text was updated successfully, but these errors were encountered:
Every time there's a need to customize the
exclude
s,"DEFAULTS"
is required to be added in the exclude block of the config (or passed as a flag). This is annoying since most (99.99%) of the time the default excluded directories are to be excluded. This can be solved by adding aforce_include
option in the config, for when the excluded directories are required to be included.How this would work is, if there's a directory being excluded in the
exclude
s,force_include
will override this and include the directory, no matter what.The text was updated successfully, but these errors were encountered: