generated from moul/golang-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
28 lines (24 loc) · 944 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
# Auto detect text files and perform LF normalization
* text=auto
# Collapse generated and vendored files on GitHub
AUTHORS linguist-generated
*.gen.* linguist-generated
*.pb.go linguist-generated
*.pb.gw.go linguist-generated
*.sql.go linguist-generated
go.sum linguist-generated
go.mod linguist-generated
gen.sum linguist-generated
depaware.txt linguist-generated linguist-vendored diff
vendor/* linguist-vendored
# doc
docs/* linguist-documentation
docs/Makefile linguist-documentation=false
# Reduce conflicts on markdown files
*.md merge=union
# A set of files you probably don't want in distribution
/.github export-ignore
/.githooks export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore