vendor in deps so CI goes fast

This commit is contained in:
2022-02-01 21:36:27 -08:00
committed by user
parent 7a47873be3
commit 081028f3b2
646 changed files with 247908 additions and 0 deletions

31
vendor/github.com/atomicgo/cursor/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,31 @@
### Go template
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
vendor/
### IntelliJ
.idea
*.iml
out
gen
### VisualStudioCode
.vscode
*.code-workspace
### macOS
# General
.DS_Store
experimenting