File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,31 @@ WEBAPI_CRUD_AJAX/Areas/HelpPage/* linguist-vendored
7
7
WEBAPI_CRUD_AJAX /Models /* linguist-language =ASP
8
8
WEBAPI_CRUD_AJAX /Views /* linguist-language =ASP
9
9
WEBAPI_CRUD_AJAX /Controllers /* linguist-language =ASP
10
+
11
+ # Auto detect text files and perform LF normalization
12
+ * text =auto
13
+
14
+ # Custom for Visual Studio
15
+ * .cs diff =csharp
16
+ * .sln merge =union
17
+ * .csproj merge =union
18
+ * .vbproj merge =union
19
+ * .fsproj merge =union
20
+ * .dbproj merge =union
21
+
22
+ # Image files are treated as binary by default
23
+ * .jpg binary
24
+ * .png binary
25
+ * .gif binary
26
+
27
+ # Standard to msysgit
28
+ * .doc diff =astextplain
29
+ * .DOC diff =astextplain
30
+ * .docx diff =astextplain
31
+ * .DOCX diff =astextplain
32
+ * .dot diff =astextplain
33
+ * .DOT diff =astextplain
34
+ * .pdf diff =astextplain
35
+ * .PDF diff =astextplain
36
+ * .rtf diff =astextplain
37
+ * .RTF diff =astextplain
You can’t perform that action at this time.
0 commit comments