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.
1 parent 85e2b09 commit ac27c8aCopy full SHA for ac27c8a
.gitignore
@@ -0,0 +1,35 @@
1
+[Ll]ibrary/
2
+[Tt]emp/
3
+[Oo]bj/
4
+Assets/AssetStoreTools*
5
+
6
+# Visual Studio cache directory
7
+.vs/
8
9
+# Autogenerated VS/MD/Consulo solution and project files
10
+ExportedObj/
11
+.consulo/
12
+*.csproj
13
+*.unityproj
14
+*.sln
15
+*.suo
16
+*.tmp
17
+*.user
18
+*.userprefs
19
+*.pidb
20
+*.booproj
21
+*.svd
22
+*.pdb
23
+*.opendb
24
+*.VC.db
25
26
+# Unity3D generated meta files
27
+*.pidb.meta
28
+*.pdb.meta
29
30
+# Unity3D Generated File On Crash Reports
31
+sysinfo.txt
32
33
+# Builds
34
+*.apk
35
+*.unitypackage
0 commit comments