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