1- # Auto detect text files and perform LF normalization
2- * text =auto
3-
4- * .cs text diff =csharp
5- * .cshtml text diff =html
6- * .csx text diff =csharp
7- * .sln text eol =crlf
8- * .csproj text eol =crlf
9-
10- # ##############################################################################
11- # Set default behavior to automatically normalize line endings.
12- # ##############################################################################
13- * text =auto
14-
15- # ##############################################################################
16- # Set the merge driver for project and solution files
17- #
18- # Merging from the command prompt will add diff markers to the files if there
19- # are conflicts (Merging from VS is not affected by the settings below, in VS
20- # the diff markers are never inserted). Diff markers may cause the following
21- # file extensions to fail to load in VS. An alternative would be to treat
22- # these files as binary and thus will always conflict and require user
23- # intervention with every merge. To do so, just comment the entries below and
24- # uncomment the group further below
25- # ##############################################################################
26-
27- * .sln text eol =crlf
28- * .csproj text eol =crlf
29- * .vbproj text eol =crlf
30- * .vcxproj text eol =crlf
31- * .vcproj text eol =crlf
32- * .dbproj text eol =crlf
33- * .fsproj text eol =crlf
34- * .lsproj text eol =crlf
35- * .wixproj text eol =crlf
36- * .modelproj text eol =crlf
37- * .sqlproj text eol =crlf
38- * .wwaproj text eol =crlf
39-
40- * .xproj text eol =crlf
41- * .props text eol =crlf
42- * .filters text eol =crlf
43- * .vcxitems text eol =crlf
44-
45-
46- # *.sln merge=binary
47- # *.csproj merge=binary
48- # *.vbproj merge=binary
49- # *.vcxproj merge=binary
50- # *.vcproj merge=binary
51- # *.dbproj merge=binary
52- # *.fsproj merge=binary
53- # *.lsproj merge=binary
54- # *.wixproj merge=binary
55- # *.modelproj merge=binary
56- # *.sqlproj merge=binary
57- # *.wwaproj merge=binary
58-
59- # *.xproj merge=binary
60- # *.props merge=binary
61- # *.filters merge=binary
62- # *.vcxitems merge=binary
63-
641# Common settings that generally should always be used with your language specific settings
652
663# Auto detect text files and perform LF normalization
14481.gitattributes export-ignore
14582.gitignore export-ignore
14683.gitkeep export-ignore
84+
85+ # Auto detect text files and perform LF normalization
86+ * text =auto
87+
88+ * .cs text diff =csharp
89+ * .cshtml text diff =html
90+ * .csx text diff =csharp
91+ * .sln text eol =crlf
92+ * .csproj text eol =crlf
93+
94+ # Apply override to all files in the directory
95+ * .md linguist-detectable
96+
97+ # ##############################################################################
98+ # Set default behavior to automatically normalize line endings.
99+ # ##############################################################################
100+ * text =auto
101+
102+ # ##############################################################################
103+ # Set the merge driver for project and solution files
104+ #
105+ # Merging from the command prompt will add diff markers to the files if there
106+ # are conflicts (Merging from VS is not affected by the settings below, in VS
107+ # the diff markers are never inserted). Diff markers may cause the following
108+ # file extensions to fail to load in VS. An alternative would be to treat
109+ # these files as binary and thus will always conflict and require user
110+ # intervention with every merge. To do so, just comment the entries below and
111+ # uncomment the group further below
112+ # ##############################################################################
113+
114+ * .sln text eol =crlf
115+ * .csproj text eol =crlf
116+ * .vbproj text eol =crlf
117+ * .vcxproj text eol =crlf
118+ * .vcproj text eol =crlf
119+ * .dbproj text eol =crlf
120+ * .fsproj text eol =crlf
121+ * .lsproj text eol =crlf
122+ * .wixproj text eol =crlf
123+ * .modelproj text eol =crlf
124+ * .sqlproj text eol =crlf
125+ * .wwaproj text eol =crlf
126+
127+ * .xproj text eol =crlf
128+ * .props text eol =crlf
129+ * .filters text eol =crlf
130+ * .vcxitems text eol =crlf
131+
132+
133+ # *.sln merge=binary
134+ # *.csproj merge=binary
135+ # *.vbproj merge=binary
136+ # *.vcxproj merge=binary
137+ # *.vcproj merge=binary
138+ # *.dbproj merge=binary
139+ # *.fsproj merge=binary
140+ # *.lsproj merge=binary
141+ # *.wixproj merge=binary
142+ # *.modelproj merge=binary
143+ # *.sqlproj merge=binary
144+ # *.wwaproj merge=binary
145+
146+ # *.xproj merge=binary
147+ # *.props merge=binary
148+ # *.filters merge=binary
149+ # *.vcxitems merge=binary
150+
151+ # Basic .gitattributes for a PowerShell repo.
152+
153+ # Source files
154+ # ============
155+ * .ps1 text eol =crlf
156+ * .ps1x text eol =crlf
157+ * .psm1 text eol =crlf
158+ * .psd1 text eol =crlf
159+ * .ps1xml text eol =crlf
160+ * .pssc text eol =crlf
161+ * .psrc text eol =crlf
162+ * .cdxml text eol =crlf
163+
164+ # Verify
165+ * .verified.txt text eol =lf working-tree-encoding =UTF-8
166+ * .verified.xml text eol =lf working-tree-encoding =UTF-8
167+ * .verified.json text eol =lf working-tree-encoding =UTF-8
0 commit comments