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).
@joaoborks
joaoborks / .gitignore
Last active June 27, 2023 17:35
[Unity] Default gitignore file for Unity Projects
# This .gitignore file should be placed at the root of your Unity project directory
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
[Ll]ogs/
[Uu]ser[Ss]ettings/
[Cc]ode[Cc]overage/
[Rr]ecordings/