Skip to content

Instantly share code, notes, and snippets.

@DanPuzey
Created October 21, 2015 09:43
Show Gist options
  • Save DanPuzey/03dd0f0e8314c11a6e6f to your computer and use it in GitHub Desktop.
Save DanPuzey/03dd0f0e8314c11a6e6f to your computer and use it in GitHub Desktop.
My Unity3d .gitignore
# 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