Skip to content

Instantly share code, notes, and snippets.

@qiuwch
Last active March 31, 2017 02:42
Show Gist options
  • Select an option

  • Save qiuwch/486bcd1bd32a2379fcf7cde71077b3f6 to your computer and use it in GitHub Desktop.

Select an option

Save qiuwch/486bcd1bd32a2379fcf7cde71077b3f6 to your computer and use it in GitHub Desktop.
[UE4 git template] #tags: UE4, unrealcv
*.uasset filter=lfs diff=lfs merge=lfs -text
*.umap filter=lfs diff=lfs merge=lfs -text
*.wmv filter=lfs diff=lfs merge=lfs -text
Saved/
Intermediate/
Build/
Binaries/
Plugins/
DerivedDataCache/
.vs/
*.sln
*.sdf
*.VC.db
*.opendb
wget https://gist.githubusercontent.com/qiuwch/486bcd1bd32a2379fcf7cde71077b3f6/raw/gitattributes -O .gitattributes
wget https://gist.githubusercontent.com/qiuwch/486bcd1bd32a2379fcf7cde71077b3f6/raw/gitignore -O .gitignore

Use git lfs to track very big files. For more info about github lfs, see here.

Ignore all intermediate files of UE4, only left those essential files to run the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment