-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
38 lines (34 loc) · 896 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
27
28
29
30
31
32
33
34
35
36
37
38
# Normalize line endings for files detected as text
* text=auto
# Source
*.go text diff=golang
*.json text
# Go module files
*.mod text eol=lf
*.sum text eol=lf
# Documentation
*.markdown text diff=markdown
*.md text diff=markdown
*.mdwn text diff=markdown
*.mdown text diff=markdown
*.mkd text diff=markdown
*.mkdn text diff=markdown
*.mdtxt text
*.mdtext text
*.txt text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
copyright text
*COPYRIGHT* text
INSTALL text
license text
LICENSE text
NEWS text
readme text
*README* text
TODO text
# Ignore files
*.*ignore text