Skip to content

Instantly share code, notes, and snippets.

View inikitin's full-sized avatar

Ivan Nikitin inikitin

View GitHub Profile
@inikitin
inikitin / .gitignore
Last active March 25, 2024 19:19
.gitignore for Unreal Engine 5 projects
# Unreal Engine 5 specific .gitignore
# Unreal Engine project folders #
[Bb]uild/
[Bb]uilds/
Binaries/
DerivedDataCache/
Intermediate/
Saved/
Plugins/*/Intermediate/*
@inikitin
inikitin / .gitattributes
Last active March 25, 2024 15:29
.gitattributes for Unreal Engine 5 with case-insensitive Git LFS extension filters
# 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
@inikitin
inikitin / .gitattributes
Last active March 20, 2024 22:47
.gitattributes for Unity with case-insensitive Git LFS extension filters
# Unity specific .gitattributes
* text=auto
*.cs diff=csharp text
*.cginc text
*.shader text
# Unity YAML
*.anim -text merge=unityyamlmerge diff