...
1# Examples
2examples/simple/simple
3examples/random/random
4examples/gocollector/gocollector
5
6# Typical backup/temporary files of editors
7*~
8*#
9
10# Never include any accidentally created vendor dirs.
11# This is a library!
12vendor/
13
14# The remainder of this file is taken from
15# https://github.com/github/gitignore/blob/main/Go.gitignore
16
17# Binaries for programs and plugins
18*.exe
19*.exe~
20*.dll
21*.so
22*.dylib
23
24# Test binary, built with `go test -c`
25*.test
26
27# Output of the go coverage tool, specifically when used with LiteIDE
28*.out
29
30.idea
View as plain text