Last active
November 17, 2021 17:06
-
-
Save stungeye/1f0f82dd492ee6ecc5abc59c386db990 to your computer and use it in GitHub Desktop.
P4 Ignore File for Unreal Engine
This file contains hidden or 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
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