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