Document useful git config in gitattributes

This commit is contained in:
Sybren A. Stüvel 2024-05-20 19:30:27 +02:00
parent 422708fffc
commit 1ac1deaead

4
.gitattributes vendored

@ -4,6 +4,10 @@
/web/app/src/manager-api/** linguist-generated=true
**/*.gen.go linguist-generated=true
# In your Git config, set:
# git config core.eol native
# git config core.autocrlf true
# Set the default newline behavior, in case people don't have core.autocrlf set.
* text=auto