Last active
April 1, 2019 01:13
-
-
Save OscarLeif/d24d8abe41213890b4210edba9518f15 to your computer and use it in GitHub Desktop.
Unity gitignore for Unity version 5+
This file contains hidden or 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
# Created by OscarLeif | |
# Unity git ignore 2018+ | |
*~ | |
### Unity ### | |
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/Assets/AssetStoreTools* | |
# Visual Studio 2015 cache directory | |
/.vs/ | |
# Autogenerated VS/MD/Consulo solution and project files | |
ExportedObj/ | |
.consulo/ | |
*.csproj | |
*.unityproj | |
*.sln | |
*.suo | |
*.tmp | |
*.user | |
*.userprefs | |
*.pidb | |
*.booproj | |
*.svd | |
*.mtl | |
*.exr | |
*.exr.meta | |
# About exr files they should be excluded the generated files so be more organized in a future. | |
# Remove light generated data | |
LightingData.asset | |
# Unity3D generated meta files | |
*.pidb.meta | |
# Unity3D Generated File On Crash Reports | |
sysinfo.txt | |
# ==================# | |
# Android generated # | |
# ==================# | |
# Builds | |
*.apk | |
*.unitypackage | |
*.symbols.zip | |
# Gradle files | |
.gradle/ | |
#Generated Files | |
*.pdb | |
*.exe | |
# ============ # | |
# OS generated # | |
# ============ # | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
Thumbs.db.meta | |
# Ignore all temporal data of Microsoft Office documents. | |
*.tmp | |
# Word temporary | |
~$*.doc* | |
# Excel temporary | |
~$*.xls* | |
# Excel Backup File | |
*.xlk | |
# PowerPoint temporary | |
~$*.ppt* | |
# Visio autosave temporary files | |
*.~vsdx | |
*.symbols.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment