all repos — legit @ 607f5d6feaa0fd43c4b1b7a7c227fab33b06c298

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

.gitignore (view raw)

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