-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
49 lines (38 loc) · 908 Bytes
/
.gitattributes
File metadata and controls
49 lines (38 loc) · 908 Bytes
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
# SPDX-License-Identifier: MIT AND Palimpsest-0.8
# SPDX-FileCopyrightText: 2024 Jonathan D.A. Jewell
# Git attributes for rescript-tea
# Auto-detect text files and normalize line endings
* text=auto
# ReScript source files
*.res text eol=lf linguist-language=ReScript
*.resi text eol=lf linguist-language=ReScript
# JavaScript (generated)
*.js text eol=lf
*.mjs text eol=lf
# Configuration files
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
# Documentation
*.md text eol=lf
*.adoc text eol=lf
*.txt text eol=lf
# Shell scripts
*.sh text eol=lf
# Nix files
*.nix text eol=lf
# Lock files - don't merge, always use ours
package-lock.json merge=ours
# Binary files
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
# Exports for GitHub linguist
*.res linguist-language=ReScript
*.resi linguist-language=ReScript