1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-08-27 09:38:13 +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

11
.gitignore vendored
View file

@ -1,9 +1,9 @@
# go-language-server/uri project generated files to ignore
# go.lsp.dev/uri project generated files to ignore
# if you want to ignore files created by your editor/tools,
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
# please do not open a pull request to add something created by your editor or tools
# github/gitignore/go.gitignore
# github/gitignore/Go.gitignore
# Binaries for programs and plugins
*.exe
*.exe~
@ -17,6 +17,9 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
vendor/
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
@ -40,11 +43,7 @@ _cgo_export.*
_testmain.go
# profile
*.prof
*.pprof
# coverage
coverage.*
# modules
vendor/*