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 git icon to .gitignore_global file #1006

Closed
wants to merge 1 commit into from
Closed

Conversation

duboiss
Copy link

@duboiss duboiss commented Jan 8, 2022

We already have it for gitignore_global but not .gitignore_global.

It would probably be better to have a system where everything that starts with .gitconfig or .gitignore had the icon.
This would cover cases like .gitignore_global, .gitconfig_perso...
But I'm not sure how to do that.

@ariasuni
Copy link
Collaborator

I’m not sure I understand why we support gitignore_global in the first place; maybe it makes on macOS or Windows?? I guess .gitignore_global makes sense, even though it’s not an hardcoded name in Git or even recommended in its documentation, because it’s almost standard now.

As for supporting, files starting with .git… well, I think people should just put their configuration in ~/.config/git/{config,ignore,etc.} (at least on Linux, not sure how it work for other systems); I don’t think starting to make exceptions for Git is very useful here.

@duboiss
Copy link
Author

duboiss commented Jan 24, 2022

I’m not sure I understand why we support gitignore_global in the first place; maybe it makes on macOS or Windows??

I also do not know

because it’s almost standard now

Completely

@duboiss
Copy link
Author

duboiss commented Aug 28, 2022

Any update ?

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.

None yet

2 participants