Skip to content

Commit 24eaef5

Browse files
Update .gitignore
1 parent 7b29e9b commit 24eaef5

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

.gitignore

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,37 @@
1111
[Uu]nity/[Uu]ser[Ss]ettings/
1212
[Uu]nity/.idea
1313

14-
# MemoryCaptures can get excessive in size.
15-
# They also could contain extremely sensitive data
16-
/[Mm]emoryCaptures/
14+
# Unity generated meta files
15+
*.pidb.meta
16+
*.pdb.meta
17+
*.mdb.meta
18+
19+
# Unity generated file on crash reports
20+
sysinfo.txt
1721

18-
# Asset meta data should only be ignored when the corresponding asset is also ignored
22+
# Unity code coverage
23+
/Unity/CodeCoverage
24+
25+
# Unity UI Toolkit
26+
/Unity/UIElementsSchema
27+
28+
# Unity Asset meta data should only be ignored when the corresponding asset is also ignored
1929
!/[Aa]ssets/**/*.meta
2030

21-
# Uncomment this line if you wish to ignore the asset store tools plugin
31+
# Unity Packed Addressables
32+
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
33+
34+
# Unity Temporary auto-generated Android Assets
35+
/[Aa]ssets/[Ss]treamingAssets/aa.meta
36+
/[Aa]ssets/[Ss]treamingAssets/aa/*
37+
38+
# Unity Uncomment this line if you wish to ignore the asset store tools plugin
2239
# /[Aa]ssets/AssetStoreTools*
2340

41+
# MemoryCaptures can get excessive in size.
42+
# They also could contain extremely sensitive data
43+
/[Mm]emoryCaptures/
44+
2445
# Autogenerated Jetbrains Rider plugin
2546
/[Aa]ssets/Plugins/Editor/JetBrains*
2647

@@ -48,14 +69,6 @@ ExportedObj/
4869
*.opendb
4970
*.VC.db
5071

51-
# Unity3D generated meta files
52-
*.pidb.meta
53-
*.pdb.meta
54-
*.mdb.meta
55-
56-
# Unity3D generated file on crash reports
57-
sysinfo.txt
58-
5972
# Builds
6073
*.apk
6174
*.aab
@@ -64,14 +77,6 @@ sysinfo.txt
6477
# Crashlytics generated file
6578
crashlytics-build.properties
6679

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-
7480
# Visual Studio
75-
*.vsconfig
76-
Unity/.idea/.idea.Unity/.idea/projectSettingsUpdater.xml
77-
/Unity/CodeCoverage
81+
*.vsconfig
82+
Unity/.idea/.idea.Unity/.idea/projectSettingsUpdater.xml

0 commit comments

Comments
 (0)