Last active
January 25, 2024 02:56
-
-
Save KumoKyaku/5f9488ffa965a51c93163d3e0003fb1a to your computer and use it in GitHub Desktop.
Unity Project GitIgnore
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
# 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