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