1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-19 03:20:01 +02:00

all: set vanity import path

This commit is contained in:
Koichi Shiraishi 2020-03-08 20:51:27 +09:00
parent 497fed6dbd
commit 1524220eee
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B
6 changed files with 18 additions and 17 deletions

16
.gitattributes vendored
View file

@ -1,9 +1,11 @@
# go-language-server/uri project gitattributes file
# https://github.com/github/linguist#using-gitattributes
# https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
# go.lsp.dev/uri project gitattributes file
# https://github.com/github/linguist#using-gitattributes
# https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
docs linguist-documentation
*.pb.go linguist-generated
# To prevent CRLF breakages on Windows for fragile files, like testdata.
* -text
docs/ linguist-documentation
*.pb.go linguist-generated
*_gen.go linguist-generated
*_string.go linguist-generated
*_gen.go linguist-generated
vendor/* linguist-vendored