gitattributes: let github treat all Dockerfile.* files just like Dockerfile (#6522)

pull/6514/head^2
No Name Pro 2020-10-01 16:22:08 +02:00 committed by GitHub
parent 0f1ed1ca09
commit d9aa6919d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
*.v linguist-language=V text=auto eol=lf
*.vv linguist-language=V text=auto eol=lf
*.bat text=auto eol=crlf
Dockerfile.* linguist-language=Dockerfile