Created
October 21, 2015 09:43
-
-
Save DanPuzey/03dd0f0e8314c11a6e6f to your computer and use it in GitHub Desktop.
My Unity3d .gitignore
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
# unneeded Unity folders | |
temp/ | |
library/ | |
screenshots/ | |
# VS user files | |
*.csproj.user | |
*.suo | |
# unneeded VS project files | |
*.sln | |
*.sln.* | |
*.csproj | |
*.csproj.* | |
*.unityproj | |
# Unity Editor folder will have needed dlls in! | |
!*.dll | |
# Obj files are important! | |
!*.obj | |
# Sir's user data | |
SaveGames/ | |
# Plugins that we don't want | |
Assets/UnityVS.meta | |
Assets/UnityVS/ | |
Assets/ConsolePro.meta | |
Assets/ConsolePro/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment