Skip to content

Commit f9965ee

Browse files
committed
Added new gitignore file
1 parent 7fd60ea commit f9965ee

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.gitignore

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
# This .gitignore file should be placed at the root of your Unity project directory
22
#
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
44
#
55
/[Ll]ibrary/
66
/[Tt]emp/
77
/[Oo]bj/
88
/[Bb]uild/
99
/[Bb]uilds/
1010
/[Ll]ogs/
11+
/[Uu]ser[Ss]ettings/
12+
13+
# MemoryCaptures can get excessive in size.
14+
# They also could contain extremely sensitive data
1115
/[Mm]emoryCaptures/
1216

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/
1519

1620
# Uncomment this line if you wish to ignore the asset store tools plugin
1721
# /[Aa]ssets/AssetStoreTools*
1822

1923
# Autogenerated Jetbrains Rider plugin
20-
[Aa]ssets/Plugins/Editor/JetBrains*
24+
/[Aa]ssets/Plugins/Editor/JetBrains*
2125

2226
# Visual Studio cache directory
2327
.vs/
@@ -53,8 +57,16 @@ sysinfo.txt
5357

5458
# Builds
5559
*.apk
60+
*.aab
5661
*.unitypackage
62+
*.app
5763

5864
# Crashlytics generated file
5965
crashlytics-build.properties
6066

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/*

0 commit comments

Comments
 (0)