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.
0 parents commit 6fd1640Copy full SHA for 6fd1640
.gitignore
@@ -0,0 +1,34 @@
1
+# Created by https://www.gitignore.io/api/unity
2
+
3
+### Unity ###
4
+/[Ll]ibrary/
5
+/[Tt]emp/
6
+/[Oo]bj/
7
+/[Bb]uild/
8
+/[Bb]uilds/
9
+/Assets/AssetStoreTools*
10
11
+# Autogenerated VS/MD/Consulo solution and project files
12
+ExportedObj/
13
+.consulo/
14
+*.csproj
15
+*.unityproj
16
+*.sln
17
+*.suo
18
+*.tmp
19
+*.user
20
+*.userprefs
21
+*.pidb
22
+*.booproj
23
+*.svd
24
25
26
+# Unity3D generated meta files
27
+*.pidb.meta
28
29
+# Unity3D Generated File On Crash Reports
30
+sysinfo.txt
31
32
+# Builds
33
+*.apk
34
+*.unitypackage
0 commit comments