This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Unity specific .gitattributes | |
* text=auto | |
*.cs diff=csharp text | |
*.cginc text | |
*.shader text | |
# Unity YAML | |
*.anim -text merge=unityyamlmerge diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Unreal Engine 5 specific .gitattributes | |
* text=auto | |
# Unreal Engine file types. | |
*.[uU][aA][sS][sS][eE][tT] filter=lfs diff=lfs merge=lfs -text | |
*.[uU][mM][aA][pP] filter=lfs diff=lfs merge=lfs -text | |
# 2D formats | |
*.[aA][iI] filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Unreal Engine 5 specific .gitignore | |
# Unreal Engine project folders # | |
[Bb]uild/ | |
[Bb]uilds/ | |
Binaries/ | |
DerivedDataCache/ | |
Intermediate/ | |
Saved/ | |
Plugins/*/Intermediate/* |