all repos — bibel @ 963a6d5d678e7b9a92c39e6a1d018000b974d92e

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# Editor/IDE
28.goosehints
29
30# Other
31old_code.ml