-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
31 lines (29 loc) · 1.2 KB
/
.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
27
28
29
30
31
####################################################################
# Attributes definitions
####################################################################
[attr]rawtext !binary text diff merge
[attr]code !binary text=auto diff merge=text
[attr]windowscode !binary text=auto eol=crlf diff merge=text
[attr]nixcode !binary text=auto eol=lf diff merge=text
[attr]binary -text -diff -merge
####################################################################
# Default settings for all files
####################################################################
* binary
####################################################################
# File extensions
####################################################################
.editorconfig code
.gitattributes code
.gitignore code
*.yml code
*.json code
*.html code
*.css code
*.lock code
*.js nixcode
*.mjs nixcode
*.ts nixcode
*.tsx nixcode
*.md rawtext
*.txt rawtext