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
{{ message }}
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
-e, --exclude <paths>... Files or directories to exclude (automatically includes '.git')
--utf8-rule <rule> Sets the UTF-8 parsing rule (Defaults to 'strict')
[values: ignore lossy strict]
Is this error when using --utf8-rule=ignore?
Also, .git should be ignored by default, .hg is not ignored by default however
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I narrowed this down to having any files in
.hg/store/data
that end with.d
they appear when I commit a binary of a zip or anything large to my repoShouldn't
.git
and.hg
folders be ignored by default? or just not explode on binaries that it thinks is D source maybeThe text was updated successfully, but these errors were encountered: