Skip to content

Instantly share code, notes, and snippets.

@craigmjohnston
Last active August 29, 2015 14:18
Show Gist options
  • Save craigmjohnston/44a4fed02d285937eb01 to your computer and use it in GitHub Desktop.
Save craigmjohnston/44a4fed02d285937eb01 to your computer and use it in GitHub Desktop.
Gamejam .gitignore file for Unity projects. Ignores all of the usual disposable Unity files, as well as a Assets/Libraries folder that holds any 3rd party libraries.
# Unity
*.unityproj
[Oo]bj/
[Tt]emp/
[Ll]ibrary/
[Bb]uild/
# OSX
.DS_Store*
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
[Tt]humbs.db
# VS / MonoDevelop
[Ee]xported[Oo]bj/
*.tmproj
*.csproj
*.booproj
*.sln
*.suo
*.user
*.pidb
*.userprefs
# User
[Aa]ssets/[Ll]ibraries/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment