We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 3a41e21Copy full SHA for 3a41e21
.gitignore
@@ -0,0 +1,45 @@
1
+# =============== #
2
+# Unity generated #
3
4
+[Tt]emp/
5
+[Oo]bj/
6
+[Bb]in/
7
+[Bb]uilds/
8
+[Bb]uild/
9
+[Ll]ibrary/
10
+[Aa]pp/
11
+UWP/
12
+WindowsStoreApp/
13
+UnityGenerated/
14
+UnityPackageManager/
15
+project.json
16
+project.lock.json
17
+WSATestCertificate.pfx
18
+WSATestCertificate.pfx.meta
19
+
20
+# ===================================== #
21
+# Visual Studio / MonoDevelop generated #
22
23
+.vs/
24
+ExportedObj/
25
+obj/
26
+*.svd
27
+*.userprefs
28
+/*.csproj
29
+*.csproj
30
+*.pidb
31
+*.suo
32
+/*.sln
33
+*.sln
34
+*.user
35
+*.unityproj
36
+*.ipch
37
+*.opensdf
38
+*.sdf
39
+*.tlog
40
+*.log
41
+*.idb
42
+*.opendb
43
44
+Assets/ThirdParty/
45
+Assets/ThirdParty.meta
0 commit comments