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