forked from dotnet/msbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
26 lines (20 loc) · 1011 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
# Force bash scripts to always use lf line endings so that if a repro is accessed
# in Unix via a file share from Windows, the scripts will work.
*.sh text eol=lf
# Ensure .bin files are stored as binary
*.bin binary
###############################################################################
# Linguist customization (https://github.com/github/linguist#overrides)
###############################################################################
# Include MSBuild in repo stats
src/Tasks/*.props linguist-detectable=true
src/Tasks/*.targets linguist-detectable=true
src/Tasks/*.tasks linguist-detectable=true
# Don't include Arcade-owned path
eng/common/** linguist-detectable=false
# Display XLF files collapsed by default in PR diffs
*.xlf linguist-generated=true