Skip to content

Instantly share code, notes, and snippets.

@justin-c-rounds
Created October 25, 2017 18:47
Show Gist options
  • Save justin-c-rounds/fba57b41a02ab8fe314acf8cb15b1fdb to your computer and use it in GitHub Desktop.
Save justin-c-rounds/fba57b41a02ab8fe314acf8cb15b1fdb to your computer and use it in GitHub Desktop.
.gitignore for Unity projects
##################
# Unity ignores:
#
# !!! WARNING !!!
#
# … you MUST convert Unity to using Metafiles *before* you start using this
# .gitignore file, or you WILL lose data!
#
# OS X only:
.DS_Store
*.swp
*.Trashes
# All platforms:
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uilds/
# Autogenerated files
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Other
bin
test-results
test-results.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment