File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed
Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ # Auto detect text files and perform LF normalization
2+ * text =auto
3+
4+ # Custom for Visual Studio
5+ * .cs diff =csharp
6+
7+ # Standard to msysgit
8+ * .doc diff =astextplain
9+ * .DOC diff =astextplain
10+ * .docx diff =astextplain
11+ * .DOCX diff =astextplain
12+ * .dot diff =astextplain
13+ * .DOT diff =astextplain
14+ * .pdf diff =astextplain
15+ * .PDF diff =astextplain
16+ * .rtf diff =astextplain
17+ * .RTF diff =astextplain
Original file line number Diff line number Diff line change 1+ # Import from https://github.com/github/gitignore/blob/master/Unity.gitignore
2+
3+ /[Ll ]ibrary /
4+ /[Tt ]emp /
5+ /[Oo ]bj /
6+ /[Bb ]uild /
7+ /[Bb ]uilds /
8+ /Assets /AssetStoreTools *
9+
10+ # Visual Studio 2015 cache directory
11+ /.vs /
12+
13+ # Autogenerated VS/MD/Consulo solution and project files
14+ ExportedObj /
15+ .consulo /
16+ * .csproj
17+ * .unityproj
18+ * .sln
19+ * .suo
20+ * .tmp
21+ * .user
22+ * .userprefs
23+ * .pidb
24+ * .booproj
25+ * .svd
26+ * .pdb
27+
28+
29+ # Unity3D generated meta files
30+ * .pidb.meta
31+
32+ # Unity3D Generated File On Crash Reports
33+ sysinfo.txt
34+
35+ # Builds
36+ * .apk
37+ * .unitypackage
You can’t perform that action at this time.
0 commit comments