1
1
# This .gitignore file should be placed at the root of your Unity project directory
2
2
#
3
- # Get latest from https://github.com/github/gitignore/blob/master /Unity.gitignore
3
+ # Get latest from https://github.com/github/gitignore/blob/main /Unity.gitignore
4
4
#
5
5
/[Ll ]ibrary /
6
6
/[Tt ]emp /
14
14
# They also could contain extremely sensitive data
15
15
/[Mm ]emoryCaptures /
16
16
17
- # Asset meta data should only be ignored when the corresponding asset is also ignored
18
- ! /[ Aa ] ssets / ** / * .meta
17
+ # Recordings can get excessive in size
18
+ /[ Rr ] ecordings /
19
19
20
20
# Uncomment this line if you wish to ignore the asset store tools plugin
21
- # /[Aa]ssets/AssetStoreTools*
21
+ /[Aa ]ssets /AssetStoreTools *
22
22
23
23
# Autogenerated Jetbrains Rider plugin
24
24
/[Aa ]ssets /Plugins /Editor /JetBrains *
32
32
# Autogenerated VS/MD/Consulo solution and project files
33
33
ExportedObj /
34
34
.consulo /
35
+ * .csproj
35
36
* .unityproj
37
+ * .sln
36
38
* .suo
37
39
* .tmp
38
40
* .user
@@ -55,7 +57,9 @@ sysinfo.txt
55
57
56
58
# Builds
57
59
* .apk
60
+ * .aab
58
61
* .unitypackage
62
+ * .app
59
63
60
64
# Crashlytics generated file
61
65
crashlytics-build.properties
@@ -67,9 +71,8 @@ crashlytics-build.properties
67
71
/[Aa ]ssets /[Ss ]treamingAssets /aa.meta
68
72
/[Aa ]ssets /[Ss ]treamingAssets /aa /*
69
73
70
- # Asset Store Tools
71
- /[Aa ]ssets /[Aa ]ssetStoreTools.meta
72
- /[Aa ]ssets /[Aa ]ssetStoreTools /
74
+ # Visual Studio Code directory
75
+ .vscode /
73
76
74
77
# Plugins
75
78
/[Aa ]ssets /[Pp ]lugins.meta
@@ -79,4 +82,4 @@ crashlytics-build.properties
79
82
Documentation /api /
80
83
Documentation /index. *
81
84
_site /
82
- Assets /** /obj *
85
+ Assets /** /obj *
0 commit comments