forked from misaka00251/go2spec
47e4755872
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
31 lines
340 B
Plaintext
31 lines
340 B
Plaintext
# Binaries for programs and plugins
|
|
go2spec
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Code coverage profiles and other test artifacts
|
|
*.out
|
|
coverage.*
|
|
*.coverprofile
|
|
profile.cov
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# env file
|
|
.env
|
|
|
|
# Editor/IDE
|
|
.idea/
|
|
.vscode/
|