We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b786945 commit ce36faeCopy full SHA for ce36fae
.gitignore
@@ -0,0 +1,33 @@
1
+# =============== #
2
+# Unity generated #
3
4
+Temp/
5
+Library/
6
+Mac/
7
+Game/
8
+
9
+# ===================================== #
10
+# Visual Studio / MonoDevelop generated #
11
12
+ExportedObj/
13
+obj/
14
+*.svd
15
+*.userprefs
16
+/*.csproj
17
+*.pidb
18
+*.suo
19
+/*.sln
20
+*.user
21
+*.unityproj
22
+*.booproj
23
24
+# ============ #
25
+# OS generated #
26
27
+.DS_Store
28
+.DS_Store?
29
+._*
30
+.Spotlight-V100
31
+.Trashes
32
+ehthumbs.db
33
+Thumbs.db
0 commit comments