-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
68 lines (59 loc) · 1.53 KB
/
Copy path.gitattributes
File metadata and controls
68 lines (59 loc) · 1.53 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# SPDX-License-Identifier: MPL-2.0
# RSR-compliant .gitattributes
* text=auto eol=lf
# Source
*.rs text eol=lf diff=rust
*.ex text eol=lf diff=elixir
*.exs text eol=lf diff=elixir
*.jl text eol=lf
*.res text eol=lf
*.resi text eol=lf
*.ada text eol=lf diff=ada
*.adb text eol=lf diff=ada
*.ads text eol=lf diff=ada
*.hs text eol=lf
*.chpl text eol=lf
*.scm text eol=lf
*.a2ml text eol=lf linguist-language=TOML
*.ncl text eol=lf
*.nix text eol=lf
# Docs
*.md text eol=lf diff=markdown
*.adoc text eol=lf
*.txt text eol=lf
# Data
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.toml text eol=lf
*.jsonl text eol=lf
# Generated / large-corpora hygiene (estate guardrail)
# Keep large data corpora and generated emit out of language stats and
# collapsed in diffs so they don't drown review or skew the language bar.
# (No git-lfs: this template does not configure lfs, so we do not introduce
# it here — gitignore + linguist attributes only.)
*.jsonl linguist-generated=true
*.res.js linguist-generated=true
*.cmj linguist-generated=true
*.cmi linguist-generated=true
*.cmt linguist-generated=true
*.cmti linguist-generated=true
# Config
.gitignore text eol=lf
.gitattributes text eol=lf
Justfile text eol=lf
Makefile text eol=lf
Containerfile text eol=lf
# Scripts
*.sh text eol=lf
# Binary
*.png binary
*.jpg binary
*.gif binary
*.pdf binary
*.woff2 binary
*.zip binary
*.gz binary
# Lock files
Cargo.lock text eol=lf -diff
flake.lock text eol=lf -diff