Skip to content

Instantly share code, notes, and snippets.

@MatthewMaker
Forked from darktable/.hgignore
Created October 22, 2012 14:39
Show Gist options
  • Select an option

  • Save MatthewMaker/3931806 to your computer and use it in GitHub Desktop.

Select an option

Save MatthewMaker/3931806 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