Skip to content

Instantly share code, notes, and snippets.

@stungeye
Last active November 17, 2021 17:06
Show Gist options
  • Save stungeye/1f0f82dd492ee6ecc5abc59c386db990 to your computer and use it in GitHub Desktop.
Save stungeye/1f0f82dd492ee6ecc5abc59c386db990 to your computer and use it in GitHub Desktop.
P4 Ignore File for Unreal Engine
Saved/
Intermediate/
DerivedDataCache/
FileOpenOrder/
obj/
.git/
*.pdb
*.vcxproj
*.sln
*-Debug.*
#additional ignores according to Shital Shah at https://gamedev.stackexchange.com/questions/72248/which-unreal-engine-4-project-files-can-i-ignore-in-source-control
StarterContent/
Binaries/
Build/
Debug/
UnrealHeaderTool/
UnrealPak/
obj/
*.VC.opendb
*.opensdf
*.sdf
#bloated visual studio generated files
*.suo
*.VC.db
*.ipch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment