Skip to content

Commit cab0e09

Browse files
committed
Update .gitignore
1 parent 841ce7d commit cab0e09

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

.gitignore

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
1+
# This .gitignore file should be placed at the root of your Unity project directory
12
#
2-
# https://raw.githubusercontent.com/github/gitignore/master/Unity.gitignore
3+
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
34
#
4-
[Ll]ibrary/
5-
[Tt]emp/
6-
[Oo]bj/
7-
[Bb]uild/
8-
[Bb]uilds/
9-
[Ll]ogs/
5+
/[Ll]ibrary/
6+
/[Tt]emp/
7+
/[Oo]bj/
8+
/[Bb]uild/
9+
/[Bb]uilds/
10+
/[Ll]ogs/
11+
/[Uu]ser[Ss]ettings/
1012

11-
# Never ignore Asset meta data
12-
![Aa]ssets/**/*.meta
13+
# MemoryCaptures can get excessive in size.
14+
# They also could contain extremely sensitive data
15+
/[Mm]emoryCaptures/
16+
17+
# Recordings can get excessive in size
18+
/[Rr]ecordings/
1319

1420
# Uncomment this line if you wish to ignore the asset store tools plugin
15-
# [Aa]ssets/AssetStoreTools*
21+
# /[Aa]ssets/AssetStoreTools*
22+
23+
# Autogenerated Jetbrains Rider plugin
24+
/[Aa]ssets/Plugins/Editor/JetBrains*
1625

1726
# Visual Studio cache directory
1827
.vs/
@@ -48,11 +57,20 @@ sysinfo.txt
4857

4958
# Builds
5059
*.apk
60+
*.aab
5161
*.unitypackage
62+
*.app
5263

5364
# Crashlytics generated file
5465
crashlytics-build.properties
5566

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/*
73+
5674
#
5775
#
5876
#

0 commit comments

Comments
 (0)