-
Notifications
You must be signed in to change notification settings - Fork 140
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
Feature Request: .gitattributes generator #405
Comments
I think this would be a nice improvement. Is this something you would like to implement yourself? |
Can you give a high level overview of what this file is, and what it is used for? |
.gitattributes is used to tell git how to treat files matching a pattern. One of the most widely spread use cases is telling git whether a file type should be treated as binary or text file. This is especially useful when using git lfs. You can also use this for things like defining the line ending based on file type. For more details, see this. |
Thanks @sandr01d ! |
@sandr01d You could give it a try. If not I could try implementing it. |
Check list
Environment info
Problem / Steps to reproduce
.gitattributes
generator (gat
).gitignore
generator (gi
).gitattributes
typesThe text was updated successfully, but these errors were encountered: