Skip to content

Instantly share code, notes, and snippets.

@rgap
Last active January 9, 2017 00:57
Show Gist options
  • Save rgap/6360b18e6d0dab99e399 to your computer and use it in GitHub Desktop.
Save rgap/6360b18e6d0dab99e399 to your computer and use it in GitHub Desktop.
gitignore that works pretty well on a unity project
# =============== #
# Unity generated #
# =============== #
[Tt]emp/
[Oo]bj/
#[Bb]uild
[Ll]ibrary/
sysinfo.txt
# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
[Ee]xported[Oo]bj/
/*.userprefs
/*.csproj
/*.pidb
/*.suo
/*.sln*
/*.user
/*.unityproj
/*.booproj
# ============ #
# OS generated #
# ============ #
.DS_Store*
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
[Tt]humbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment