Created
April 13, 2016 04:29
-
-
Save nemotoo/2002e546195f82523ee2e8ef4e6c7339 to your computer and use it in GitHub Desktop.
.gitignore for Unity3D
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============ # | |
# OS generated # | |
# ============ # | |
.DS_Store* | |
._* | |
.Spotlight-V100 | |
.Trashes | |
Icon? | |
ehthumbs.db | |
[Tt]humbs.db | |
# ====== # | |
# Common # | |
# ====== # | |
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/Assets/AssetStoreTools* | |
# Autogenerated VS/MD solution and project files | |
ExportedObj/ | |
*.csproj | |
*.unityproj | |
*.sln | |
*.suo | |
*.tmp | |
*.user | |
*.userprefs | |
*.pidb | |
*.booproj | |
*.svd | |
# Unity3D generated meta files | |
*.pidb.meta | |
# Unity3D Generated File On Crash Reports | |
sysinfo.txt | |
# Builds | |
*.apk | |
*.unitypackage | |
# Autobackup files | |
*.blend[0-9] | |
*.blend[0-9].meta | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment