mirror of
https://github.com/foomo/typesense.git
synced 2025-10-16 12:45:37 +00:00
chore: update gitignore
This commit is contained in:
parent
94a3ec420d
commit
4310369135
40
.gitignore
vendored
40
.gitignore
vendored
@ -1,25 +1,25 @@
|
||||
# If you prefer the allow list template instead of the deny list, see community template:
|
||||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
||||
#
|
||||
# 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
|
||||
.*
|
||||
*.log
|
||||
*.out
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
/bin/
|
||||
/tmp/
|
||||
|
||||
# Go workspace file
|
||||
## Git
|
||||
!.gitignore
|
||||
|
||||
## GitHub
|
||||
!.github/
|
||||
|
||||
## Husky
|
||||
!.husky/
|
||||
!.husky.yaml
|
||||
|
||||
## EditorConfig
|
||||
!.editorconfig
|
||||
|
||||
## Go
|
||||
!.golangci.yml
|
||||
!.goreleaser.yml
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# env file
|
||||
.env
|
||||
|
||||
Loading…
Reference in New Issue
Block a user