Skip to content

Instantly share code, notes, and snippets.

@ultimapanzer
Last active August 29, 2015 14:03
Show Gist options
  • Save ultimapanzer/60bbef2a7b8f50cb64a8 to your computer and use it in GitHub Desktop.
Save ultimapanzer/60bbef2a7b8f50cb64a8 to your computer and use it in GitHub Desktop.
Unity3d basic .gitignore and git setup (as of Unity 4.5.1)
# .gitignore for unity
# =============== #
# Unity generated #
# =============== #
[Tt]emp/
[Ll]ibrary/
#Unity3D Generated File On Crash Reports
sysinfo.txt
# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
ExportedObj/
[Oo]bj/
*.svd
*.userprefs
/*.csproj
*.pidb
*.suo
/*.sln
*.user
*.unityproj
*.booproj
# ============ #
# OS generated #
# ============ #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
#Switch to Visible Meta Files in Edit → Project Settings → Editor → Version Control Mode
#Switch to Force Text in Edit → Project Settings → Editor → Asset Serialization Mode
#Save scene and project from File menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment