Skip to content

Instantly share code, notes, and snippets.

@Jickelsen
Created January 14, 2014 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jickelsen/8418981 to your computer and use it in GitHub Desktop.
Save Jickelsen/8418981 to your computer and use it in GitHub Desktop.
Fairly comprehensive .gitignore file for Unity 3D.
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Cc]lient_Data/
[Ss]erver_Data/
[Bb]uilds/
*.csproj
*.unityproj
*.sln
*.suo
*.user
*.pidb
*.pdb
*.userprefs
*.DS_Store
*.sublime-project
*.sublime-workspace
# Don't you dare put builds in MY repo
*.app
*.apk
*.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment