Skip to content

Instantly share code, notes, and snippets.

@olegmrzv
Last active January 24, 2022 00:54
Show Gist options
  • Save olegmrzv/fc7d156b30a8efb9afdfa9a51242073c to your computer and use it in GitHub Desktop.
Save olegmrzv/fc7d156b30a8efb9afdfa9a51242073c to your computer and use it in GitHub Desktop.
Git Ignore for Unity Game Engine
### Unity ###
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Ll]og/
/[Aa]ssets/AssetStoreTools*
/[Aa]ssetBundles/
/[Aa]ddressables/
/[Mm]emoryCaptures/
# Visual Studio, VS Code and Rider, Gradle cache directory
.vs/
.vscode/
.idea/
[Aa]ssets/Plugins/Editor/JetBrains*
.gradle/
# Autogenerated VS/MD/Consulo solution and project files
/ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.opendb
*.VC.db
*.suo
*.user
*.userosscache
*.sln.docstates
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
# Builds
*.apk
*.unitypackage
*.unitypackage.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Crashlytics generated file
crashlytics-build.properties
# Others
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
nupkg/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment