Skip to content

Instantly share code, notes, and snippets.

@Kimeiga
Created June 21, 2018 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kimeiga/73d908dfa37e3552aa8f02b414dbe025 to your computer and use it in GitHub Desktop.
Save Kimeiga/73d908dfa37e3552aa8f02b414dbe025 to your computer and use it in GitHub Desktop.
Kimeiga's Unity .gitignore
#
# == Windows ==
#
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
#
# == Unity ==
#
/[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
# JetBrains IDEA
/.idea/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment