We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f549603 + 152f419 commit 20f0ea9Copy full SHA for 20f0ea9
Unity.gitignore
@@ -4,7 +4,9 @@
4
[Bb]uild/
5
[Bb]uilds/
6
[Ll]ogs/
7
-[Aa]ssets/AssetStoreTools*
+
8
+# Uncomment this line if you wish to ignore the asset store tools plugin
9
+# [Aa]ssets/AssetStoreTools*
10
11
# Visual Studio cache directory
12
.vs/
@@ -26,12 +28,14 @@ ExportedObj/
26
28
*.booproj
27
29
*.svd
30
*.pdb
31
+*.mdb
32
*.opendb
33
*.VC.db
34
35
# Unity3D generated meta files
36
*.pidb.meta
37
*.pdb.meta
38
+*.mdb.meta
39
40
# Unity3D generated file on crash reports
41
sysinfo.txt
@@ -41,5 +45,5 @@ sysinfo.txt
45
*.unitypackage
42
46
43
47
# Crashlytics generated file
44
-Assets/StreamingAssets/crashlytics-build.properties
48
+crashlytics-build.properties
49
0 commit comments