mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2026-03-29 21:49:09 +00:00
regen gitignore
This commit is contained in:
parent
acf7bc79b2
commit
e3b42e31ca
24
.gitignore
vendored
24
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
# Auto-generated .gitignore by gignore: github.com/onyx-and-iris/gignore
|
# Generated by ignr: github.com/onyx-and-iris/ignr
|
||||||
|
|
||||||
### Go ###
|
## Go ##
|
||||||
# If you prefer the allow list template instead of the deny list, see community template:
|
# 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
|
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
||||||
#
|
#
|
||||||
@ -15,23 +15,27 @@ bin/
|
|||||||
# Test binary, built with `go test -c`
|
# Test binary, built with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
|
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Code coverage profiles and other test artifacts
|
||||||
*.out
|
*.out
|
||||||
|
coverage.*
|
||||||
|
*.coverprofile
|
||||||
|
profile.cov
|
||||||
|
|
||||||
# Dependency directories (remove the comment below to include it)
|
# Dependency directories (remove the comment below to include it)
|
||||||
# vendor/
|
# vendor/
|
||||||
|
|
||||||
# Go workspace file
|
# Go workspace file
|
||||||
go.work
|
go.work
|
||||||
|
go.work.sum
|
||||||
|
|
||||||
# End of gignore: github.com/onyx-and-iris/gignore
|
# env file
|
||||||
|
|
||||||
# Environment
|
|
||||||
.env
|
.env
|
||||||
.envrc
|
|
||||||
|
# Editor/IDE
|
||||||
|
# .idea/
|
||||||
|
# .vscode/
|
||||||
|
|
||||||
|
# End of ignr
|
||||||
|
|
||||||
# Man pages
|
# Man pages
|
||||||
gobs-cli.1
|
gobs-cli.1
|
||||||
|
|
||||||
# Config files
|
|
||||||
config.yaml
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user