Skip to content

Instantly share code, notes, and snippets.

@lexun
Created August 31, 2013 20:57
Show Gist options
  • Save lexun/6400594 to your computer and use it in GitHub Desktop.
Save lexun/6400594 to your computer and use it in GitHub Desktop.
.gitignore for unity3d projects
# =============== #
# Unity generated #
# =============== #
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
UnityGenerated/
# ================ #
# Editor Generated #
# ================ #
ExportedObj/
*.svd
*.userprefs
*.csproj
*.pidb
*.suo
*.sln
*.user
*.unityproj
*.booproj
*.swp
*.swo
# ============ #
# OS generated #
# ============ #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment