Skip to content

Instantly share code, notes, and snippets.

View k1p1's full-sized avatar
🎮
Making Games

Viktor Ketipov k1p1

🎮
Making Games
View GitHub Profile
@k1p1
k1p1 / gist:50c373e27e2a78f05c5e053492c09316
Created October 4, 2019 13:33
Unreal Engine 4 .gitattributes LFS
# Unreal Engine file types.
*.uasset filter=lfs diff=lfs merge=lfs -text
*.umap filter=lfs diff=lfs merge=lfs -text
# Raw Content file types.
*.fbx filter=lfs diff=lfs merge=lfs -text
*.3ds filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.mp3 filter=lfs diff=lfs merge=lfs -text
@k1p1
k1p1 / gist:f464a24aa2920a19552e20df3c82ff02
Last active June 23, 2020 06:41
Unreal Engine 4 .gitignore
# Ignore all files by default, but scan all directories.
*
!*/
# Do not ignore git files in the root of the repo.
!/.git*
# Do not ignore current project's `.uproject`.
!/*.uproject