File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 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 /
7
7
/[Oo ]bj /
8
8
/[Bb ]uild /
9
9
/[Bb ]uilds /
10
10
/[Ll ]ogs /
11
+ /[Uu ]ser [Ss ]ettings /
12
+
13
+ # MemoryCaptures can get excessive in size.
14
+ # They also could contain extremely sensitive data
11
15
/[Mm ]emoryCaptures /
12
16
13
- # Asset meta data should only be ignored when the corresponding asset is also ignored
14
- ! /[ Aa ] ssets / ** / * .meta
17
+ # Recordings can get excessive in size
18
+ /[ Rr ] ecordings /
15
19
16
20
# Uncomment this line if you wish to ignore the asset store tools plugin
17
21
# /[Aa]ssets/AssetStoreTools*
18
22
19
23
# Autogenerated Jetbrains Rider plugin
20
- [Aa ]ssets /Plugins /Editor /JetBrains *
24
+ / [Aa ]ssets /Plugins /Editor /JetBrains *
21
25
22
26
# Visual Studio cache directory
23
27
.vs /
@@ -53,8 +57,16 @@ sysinfo.txt
53
57
54
58
# Builds
55
59
* .apk
60
+ * .aab
56
61
* .unitypackage
62
+ * .app
57
63
58
64
# Crashlytics generated file
59
65
crashlytics-build.properties
60
66
67
+ # Packed Addressables
68
+ /[Aa ]ssets /[Aa ]ddressable [Aa ]ssets [Dd ]ata /* /* .bin *
69
+
70
+ # Temporary auto-generated Android Assets
71
+ /[Aa ]ssets /[Ss ]treamingAssets /aa.meta
72
+ /[Aa ]ssets /[Ss ]treamingAssets /aa /*
You can’t perform that action at this time.
0 commit comments