all repos — bibel @ 9696757c11be9708642553ccb78e5b88e4cb81cf

Unnamed repository; edit this file 'description' to name the repository.

.gitignore (view raw)

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