File tree 1 file changed +33
-11
lines changed 1 file changed +33
-11
lines changed Original file line number Diff line number Diff line change 1
- * .sln crlf
2
- * .csproj crlf
3
- * .cs crlf diff = csharp
1
+ # Text files that should be normalized to LF in odb.
2
+ * .cs text diff = csharp
3
+ * .config text
4
4
5
- * .md crlf
5
+ * .sln text
6
+ * .csproj text
6
7
7
- * .cmd crlf
8
- * .msbuild crlf
9
- * .xml crlf
10
- * .nuspec crlf
11
- * .ps1 crlf
8
+ * .md text
9
+ * .sh text
10
+ * .ps1 text
11
+ * .cmd text
12
+ * .bat text
13
+ * .markdown text
14
+ * .msbuild text
12
15
13
- .gitattributes crlf
16
+ Lib /* binary
17
+ GitHub.Tests.Integration /Resources /* binary
14
18
15
- * .sh eol =lf
19
+
20
+ # Binary files that should not be normalized or diffed
21
+ * .png binary
22
+ * .jpg binary
23
+ * .gif binary
24
+
25
+ * .pfx binary
26
+ * .snk binary
27
+ * .dll binary
28
+ * .exe binary
29
+ * .lib binary
30
+ * .exp binary
31
+ * .pdb binary
32
+ * .sdf binary
33
+ * .7z binary
34
+
35
+
36
+ # Catch all for anything we forgot. Add rules if you get CRLF -> LF warnings.
37
+ * text =auto
You can’t perform that action at this time.
0 commit comments