Created
November 20, 2016 00:28
-
-
Save lordcodes/cda3e8f06bb7fb67746cf01f9876931b 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 project files | |
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
*.unityproj | |
# Autogenerated VS/MD solution and project files | |
ExportedObj/ | |
*.csproj | |
*.sln | |
*.suo | |
*.tmp | |
*.user | |
*.userprefs | |
*.pidb | |
*.booproj | |
*.svd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment