File tree 1 file changed +33
-7
lines changed
1 file changed +33
-7
lines changed Original file line number Diff line number Diff line change 1
- [Ll ]ibrary /
2
- [Tt ]emp /
3
- [Oo ]bj /
4
- [Bb ]uild /
5
- [Bb ]uilds /
6
- Assets /AssetStoreTools *
1
+ # This .gitignore file should be placed at the root of your Unity project directory
2
+ #
3
+ # Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
4
+ #
5
+ /[Ll ]ibrary /
6
+ /[Tt ]emp /
7
+ /[Oo ]bj /
8
+ /[Bb ]uild /
9
+ /[Bb ]uilds /
10
+ /[Ll ]ogs /
11
+ /[Mm ]emoryCaptures /
12
+
13
+ # Never ignore Asset meta data
14
+ ! /[Aa ]ssets /** /* .meta
15
+
16
+ # Uncomment this line if you wish to ignore the asset store tools plugin
17
+ # /[Aa]ssets/AssetStoreTools*
18
+
19
+ # TextMesh Pro files
20
+ [Aa ]ssets /TextMesh * Pro /
21
+
22
+ # Autogenerated Jetbrains Rider plugin
23
+ [Aa ]ssets /Plugins /Editor /JetBrains *
7
24
8
25
# Visual Studio cache directory
9
26
.vs /
10
27
28
+ # Gradle cache directory
29
+ .gradle /
30
+
11
31
# Autogenerated VS/MD/Consulo solution and project files
12
32
ExportedObj /
13
33
.consulo /
@@ -22,15 +42,21 @@ ExportedObj/
22
42
* .booproj
23
43
* .svd
24
44
* .pdb
45
+ * .mdb
25
46
* .opendb
47
+ * .VC.db
26
48
27
49
# Unity3D generated meta files
28
50
* .pidb.meta
29
51
* .pdb.meta
52
+ * .mdb.meta
30
53
31
- # Unity3D Generated File On Crash Reports
54
+ # Unity3D generated file on crash reports
32
55
sysinfo.txt
33
56
34
57
# Builds
35
58
* .apk
36
59
* .unitypackage
60
+
61
+ # Crashlytics generated file
62
+ crashlytics-build.properties
You can’t perform that action at this time.
0 commit comments