-
Notifications
You must be signed in to change notification settings - Fork 205
Expand file tree
/
Copy path.gitattributes
More file actions
53 lines (50 loc) · 1.75 KB
/
Copy path.gitattributes
File metadata and controls
53 lines (50 loc) · 1.75 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Auto detect text files and normalize to LF in repo
* text=auto eol=lf
# Explicit text files
*.cs text eol=lf
*.csproj text eol=lf
*.sln text eol=lf
*.md text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.txt text eol=lf
*.sh text eol=lf
*.ps1 text eol=lf
*.py text eol=lf
*.config text eol=lf
*.props text eol=lf
*.targets text eol=lf
*.editorconfig text eol=lf
*.gitignore text eol=lf
*.gitattributes text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.snk binary
*.npy binary
*.npz binary
*.dll binary
*.exe binary
*.pdb binary
*.zip binary
# --- Generated / data artifacts ---------------------------------------------
# Machine-generated data dumps (benchmark snapshots, coverage, inventory and
# fuzz-oracle corpora). These are committed on purpose but are never reviewed
# line-by-line, so:
# linguist-generated=true -> collapsed in the PR "Files changed" view and
# excluded from the repo's language statistics.
# -diff -> Git treats the file as binary, so GitHub renders
# it as "Binary file not shown" and it contributes
# 0 additions / 0 deletions to the PR line count.
# NOTE: only DATA subtrees are matched; hand-written source/docs stay reviewable.
benchmark/history/** linguist-generated=true -diff
benchmark/coverage/** linguist-generated=true -diff
coverage/generated/** linguist-generated=true -diff
test/inventory/generated/** linguist-generated=true -diff
docs/website-src/docs/data/** linguist-generated=true -diff
test/NumSharp.Tests.Oracle/Fuzz/corpus/** linguist-generated=true -diff