mirror of
https://github.com/onyx-and-iris/q3rcon.git
synced 2026-03-29 14:19:13 +00:00
upd gitignore
This commit is contained in:
parent
54f3c877ed
commit
0f96d97fae
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,3 +1,6 @@
|
|||||||
|
# Generated by ignr: github.com/onyx-and-iris/ignr
|
||||||
|
|
||||||
|
## 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
|
||||||
#
|
#
|
||||||
@ -7,13 +10,15 @@
|
|||||||
*.dll
|
*.dll
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
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/
|
||||||
@ -26,7 +31,8 @@ go.work.sum
|
|||||||
.env
|
.env
|
||||||
.envrc
|
.envrc
|
||||||
|
|
||||||
# Added by goreleaser init:
|
# Editor/IDE
|
||||||
dist/
|
# .idea/
|
||||||
|
# .vscode/
|
||||||
|
|
||||||
cmd/codrcon
|
# End of ignr
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user