Skip to content

Instantly share code, notes, and snippets.

@darktable
Created February 20, 2012 03:40
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save darktable/1867644 to your computer and use it in GitHub Desktop.
Save darktable/1867644 to your computer and use it in GitHub Desktop.
hg: Starter hgignore file for Unity3D projects
syntax: glob
.DS_Store
*.sln
*.userprefs
*.csproj
*.pidb
*.unitypackage
syntax: regexp
^Build/.*
^Library/.*
^Temp/.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment