Skip to content

Instantly share code, notes, and snippets.

@matniedoba
Created May 6, 2025 09:16
Show Gist options
  • Save matniedoba/5f40446d5163fc2a93f44a82f5c37a32 to your computer and use it in GitHub Desktop.
Save matniedoba/5f40446d5163fc2a93f44a82f5c37a32 to your computer and use it in GitHub Desktop.
Unreal Engine gitignore that ignores also the plugins folder
# This .gitignore is based on Epic's P4IGNORE.
# It is extended for art assets and other code editors such as VS Code
# Learn more on how to adjust this file on: https://www.anchorpoint.app/blog/how-to-set-up-a-gitignore-file-for-unreal-engine
#################################
# Unreal Engine generated files #
#################################
# Builds
**/Build/*
**/ArchivedBuilds/*
**/Binaries/*
# Configuration and log files generated by the Editor
**/Saved/*
# Compiled source files for the engine to use
**/Intermediate/*
# Cache files for the editor to use
**/DerivedDataCache/*
# Ignore UBT's configuration.xml
Engine/Programs/UnrealBuildTool/*
*.uatbuildrecord
*.tmp
# Ignore built binaries and temporary build files
*.csprojAssemblyReference.cache
**/obj/*
#######################
# Visual studio files #
########################
.vs/
*.sln
*.suo
*.opensdf
*.sdf
*.VC.db
*.VC.opendb
##################################
# Other code editors and plugins #
##################################
.vscode/
**/.history
*.xcodeproj
*.xcworkspace
# Ignote sentry
**/sentry.properties
**/.sentry-native
# Ignore JetBrain's IDE folders
.idea/
!.idea/runConfigurations
.gradle/
**/net8.0/*
*.vsconfig
*.props
# Ignore Python cached files
*.pyc
######################
# DCC specific files #
######################
*.blend[1-9]*
*.*@*
*.gi
*.gi2
*_bak*.hip
*_bak*.hipnc
# Ignore files added by Finder on Mac
*.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment