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