mirror of
https://github.com/moul/sshportal.git
synced 2024-11-10 09:12:49 +08:00
chore: add .gitattributes
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
This commit is contained in:
parent
bbdb4851a5
commit
64ba179cc7
1 changed files with 17 additions and 0 deletions
17
.gitattributes
vendored
Normal file
17
.gitattributes
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Auto detect text files and perform LF normalization
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
# Collapse vendored and generated files on GitHub
|
||||||
|
AUTHORS linguist-generated
|
||||||
|
vendor/* linguist-vendored
|
||||||
|
rules.mk linguist-vendored
|
||||||
|
*/vendor/* linguist-vendored
|
||||||
|
*.gen.* linguist-generated
|
||||||
|
*.pb.go linguist-generated
|
||||||
|
*.pb.gw.go linguist-generated
|
||||||
|
go.sum linguist-generated
|
||||||
|
go.mod linguist-generated
|
||||||
|
gen.sum linguist-generated
|
||||||
|
|
||||||
|
# Reduce conflicts on markdown files
|
||||||
|
*.md merge=union
|
Loading…
Reference in a new issue