Skip to content

Instantly share code, notes, and snippets.

@KumoKyaku
Last active January 25, 2024 02:56
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 KumoKyaku/5f9488ffa965a51c93163d3e0003fb1a to your computer and use it in GitHub Desktop.
Save KumoKyaku/5f9488ffa965a51c93163d3e0003fb1a to your computer and use it in GitHub Desktop.
Unity Project GitIgnore
# 2024-01-25
# ** match folder and sub folder
# unity project gitignore
**/[Ll]ibrary/
**/[Ll]ogs/
**/UIElementsSchema/
**/ExportedObj/
**/[Tt][Ee][Mm][Pp]/
**/[Oo]bj/
**/[Dd]ebuglog/
**/Resource/tool/temp/
**/bin/Cache/
# UnityAssetStoreTools
**/Assets/AssetStoreTools*
# UserSettings
**/UserSettings/
# Unity generated meta files
*.pidb.meta
# Unity Generated File On Crash Reports
sysinfo.txt
# Unity Profiler files
*.snap
*.tmpsnap
# Generated files
**/Recordings/
# Builds
**/[Bb]uild/
**/[Bb]uilds/
**/[Bb]uildIL2CPP/
/*.apk
/*.zip
#/*/*.apk
#/*/*.zip
# Autogenerated VS/MD solution and project files
**/.vs/
*.vsconfig
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment