File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
# ##############################################################################
7
7
# Adjust your .gitattributes file to treat ClickOnce files as non-text
8
8
# ##############################################################################
9
- # *.vsto binary
10
9
* .manifest binary
11
10
* .application binary
12
11
* .deploy binary
13
12
# *.config binary
13
+ # *.vsto binary
14
14
15
15
# ##############################################################################
16
16
# Explicitly declare text files you want to always be normalized and converted
17
17
# to native line endings on checkout.
18
18
# ##############################################################################
19
- * .config text
20
- * .config.deploy text
19
+ # *.config text
20
+ # *.config.deploy text
21
21
22
22
# ##############################################################################
23
23
# Declare files that will always have CRLF line endings on checkout.
You can’t perform that action at this time.
0 commit comments