.gitignore (view raw)
1# Binaries for programs and plugins
2bibel
3bibel*linux
4*.exe
5*.exe~
6*.dll
7*.so
8*.dylib
9
10# Test binary, built with `go test -c`
11*.test
12
13# Code coverage profiles and other test artifacts
14*.out
15coverage.*
16*.coverprofile
17profile.cov
18
19# Dependency directories
20vendor/
21
22# Go workspace file
23go.work
24go.work.sum
25
26# env file
27.env
28
29# Honk
30.goosehints