Skip to content

Instantly share code, notes, and snippets.

@josimard
Created April 12, 2019 15:12
Show Gist options
  • Save josimard/94075ed8f71235daf5d5dbd9e712333b to your computer and use it in GitHub Desktop.
Save josimard/94075ed8f71235daf5d5dbd9e712333b to your computer and use it in GitHub Desktop.
UE4 .gitignore: General purpose git ignore template for Unreal Engine
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
# Executables
*.exe
*.out
*.app
*.ipa
# these project files can be generated by the engine
*.xcodeproj
*.sln
*.suo
*.opensdf
*.sdf
*.sln
*.abc
# Precompiled Assets
SourceArt/**/*.png
SourceArt/**/*.tga
# Binary Files
Binaries/*
# Builds
Build/*
# Configuration files generated by the Editor
Saved/*
# Compiled source files for the engine to use
Intermediate/*
# Cache files for the editor to use
DerivedDataCache/*
# Mac Artifacts
.DS_Store
# Vim Artifacts
*.swp
*.swo
.ctrlp_cache/
# Visual Studio
.vs/*
*.VC.opendb
*.VC.db
# Local Plugins
**/Plugins/**/Intermediate/*
**/Plugins/**/Binaries/*
**/Plugins/**/Saved/*
# Temp Files
Config/DefaultEditorPerProjectUserSettings.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment