Skip to content

Instantly share code, notes, and snippets.

@AlexMerzlikin
Last active April 28, 2020 11:34
Show Gist options
  • Save AlexMerzlikin/194fb02885ed8e268d69221e31225a5b to your computer and use it in GitHub Desktop.
Save AlexMerzlikin/194fb02885ed8e268d69221e31225a5b to your computer and use it in GitHub Desktop.
Unity gitignore
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
/Assets/AssetStoreTools*
*.keystore
# Visual Studio 2015 cache directory
/.vs/
# Autogenerated VS/MD/Consulo/Rider solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
.DS_Store
/.idea/
*.DotSettings
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
*.zip
*.rar
*.7z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment