Skip to content

Instantly share code, notes, and snippets.

@ashe23
Created April 11, 2022 11:30
Show Gist options
  • Select an option

  • Save ashe23/8fdf580e472000952b29b73da840ce56 to your computer and use it in GitHub Desktop.

Select an option

Save ashe23/8fdf580e472000952b29b73da840ce56 to your computer and use it in GitHub Desktop.
unreal engine gitignore
# Visual Studio
.vs/
# Rider
.idea/
Plugins/Developer/RiderLink/*
# Executable and Libraries
*.slo
*.lo
*.o
*.obj
*.gch
*.pch
*.so
*.dylib
*.dll
*.mod
*.lai
*.la
*.a
*.lib
*.exe
*.out
*.app
*.ipa
# Engine Generated
*.xcodeproj
*.xcworkspace
*.sln
*.suo
*.opensdf
*.sdf
*.VC.db
*.VC.opendb
# Engine Folders
SourceArt/**/*.png
SourceArt/**/*.tga
Binaries/*
Plugins/*/Binaries/*
Build/*
!Build/*/
Build/*/**
!Build/*/PakBlacklist*.txt
!Build/**/*.ico
*_BuiltData.uasset
Saved/*
Intermediate/*
Plugins/*/Intermediate/*
DerivedDataCache/*
# Project Specific Settings
Content/Developers/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment