Created
October 25, 2017 18:47
-
-
Save justin-c-rounds/fba57b41a02ab8fe314acf8cb15b1fdb to your computer and use it in GitHub Desktop.
.gitignore for Unity projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################## | |
# 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