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:
parent
497fed6dbd
commit
1524220eee
6 changed files with 18 additions and 17 deletions
16
.gitattributes
vendored
16
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue