Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to ignore .svn and .hg directory #10535

Closed
wants to merge 1 commit into from

Conversation

simrankedia
Copy link
Contributor

@simrankedia simrankedia commented Apr 21, 2024

Skips .svn or .hg file tracking when used with those version controls

@pascalkuthe
Copy link
Member

Thus doesn't make sense to me. This doesn't make helix itself behave differently. It just adds .hg and .svn to the repos .gitignore file. That's pointless .hg and .svn are not used for developing helix

@simrankedia
Copy link
Contributor Author

simrankedia commented Apr 21, 2024

@pascalkuthe I agree. I myself was a bit hesitant before making this change, but according to my understanding this is what is expected from #2406. Can you please help me understand the issue, if not this?

I didn't find any other ignore files or ignore crate being used by the helix code, hence the above looked like the best explanantion.

@kirawi
Copy link
Member

kirawi commented Apr 21, 2024

See #9935

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants