improved gitignore
This commit is contained in:
31
.gitignore
vendored
31
.gitignore
vendored
@@ -1,3 +1,30 @@
|
|||||||
build
|
# Binaries for programs and plugins
|
||||||
*.log
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Test binary, built with `go test -c`
|
||||||
|
*.test
|
||||||
|
|
||||||
|
# Code coverage profiles and other test artifacts
|
||||||
*.out
|
*.out
|
||||||
|
coverage.*
|
||||||
|
*.coverprofile
|
||||||
|
profile.cov
|
||||||
|
|
||||||
|
# Dependency directories (remove the comment below to include it)
|
||||||
|
# vendor/
|
||||||
|
|
||||||
|
# Go workspace file
|
||||||
|
go.work
|
||||||
|
go.work.sum
|
||||||
|
|
||||||
|
# env file
|
||||||
|
.env
|
||||||
|
|
||||||
|
# build folder
|
||||||
|
build
|
||||||
|
# log output
|
||||||
|
*.log
|
||||||
|
|||||||
Reference in New Issue
Block a user