File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22#
33# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
44#
5+ .utmp /
56/[Ll ]ibrary /
67/[Tt ]emp /
78/[Oo ]bj /
89/[Bb ]uild /
910/[Bb ]uilds /
1011/[Ll ]ogs /
1112/[Uu ]ser [Ss ]ettings /
13+ * .log
14+
15+ # By default unity supports Blender asset imports, *.blend1 blender files do not need to be commited to version control.
16+ * .blend1
17+ * .blend1.meta
1218
1319# MemoryCaptures can get excessive in size.
1420# They also could contain extremely sensitive data
@@ -55,10 +61,14 @@ ExportedObj/
5561# Unity3D generated file on crash reports
5662sysinfo.txt
5763
64+ # Mono auto generated files
65+ mono_crash. *
66+
5867# Builds
5968* .apk
6069* .aab
6170* .unitypackage
71+ * .unitypackage.meta
6272* .app
6373
6474# Crashlytics generated file
@@ -71,5 +81,11 @@ crashlytics-build.properties
7181/[Aa ]ssets /[Ss ]treamingAssets /aa.meta
7282/[Aa ]ssets /[Ss ]treamingAssets /aa /*
7383
84+ # Visual Scripting auto-generated files
85+ /[Aa ]ssets /Unity.VisualScripting.Generated /VisualScripting.Flow /UnitOptions.db
86+ /[Aa ]ssets /Unity.VisualScripting.Generated /VisualScripting.Flow /UnitOptions.db.meta
87+ /[Aa ]ssets /Unity.VisualScripting.Generated /VisualScripting.Core /Property Providers
88+ /[Aa ]ssets /Unity.VisualScripting.Generated /VisualScripting.Core /Property Providers.meta
89+
7490# Auto-generated scenes by play mode tests
7591/[Aa ]ssets /[Ii ]nit [Tt ]est [Ss ]cene * .unity *
You can’t perform that action at this time.
0 commit comments