We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761bc9f commit bae61f9Copy full SHA for bae61f9
1 file changed
.gitignore
@@ -0,0 +1,30 @@
1
+[Ll]ibrary/
2
+[Tt]emp/
3
+[Oo]bj/
4
+[Bb]uild/
5
+[Bb]uilds/
6
+Assets/AssetStoreTools*
7
+
8
+# Autogenerated VS/MD solution and project files
9
+ExportedObj/
10
+*.csproj
11
+*.unityproj
12
+*.sln
13
+*.suo
14
+*.tmp
15
+*.user
16
+*.userprefs
17
+*.pidb
18
+*.booproj
19
+*.svd
20
21
22
+# Unity3D generated meta files
23
+*.pidb.meta
24
25
+# Unity3D Generated File On Crash Reports
26
+sysinfo.txt
27
28
+# Builds
29
+*.apk
30
+*.unitypackage
0 commit comments