Skip to content

Instantly share code, notes, and snippets.

View joaoborks's full-sized avatar
🚀
Exploring the unknown

João Borks joaoborks

🚀
Exploring the unknown
View GitHub Profile
@joaoborks
joaoborks / .gitattributes
Last active July 5, 2023 17:57 — forked from FullStackForger/.gitattributes
[Unity] LFS configuration via .gitattributes file
#### Git Attributes file
##
## Be VERY CAREFUL when adding stuff here.
## Official Documentation: https://git-scm.com/docs/gitattributes
##
## Some useful attributes (effects) are:
## • text: Use for text files that should be mergeable.
## We recommend against using "-text". Use "binary" instead
## • eol=lf: Use to enforce line endings on any text file
## (even if they aren't supposed to be merged).