Skip to content

Commit 6b9de8c

Browse files
Add gitignore, stop tracking build output
1 parent abe1d68 commit 6b9de8c

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
bootdev
8+
9+
# Test binary, built with `go test -c`
10+
*.test
11+
12+
# Code coverage profiles and other test artifacts
13+
*.out
14+
coverage.*
15+
*.coverprofile
16+
profile.cov
17+
18+
# Dependency directories (remove the comment below to include it)
19+
# vendor/
20+
21+
# Go workspace file
22+
go.work
23+
go.work.sum
24+
25+
# env file
26+
.env
27+
28+
# Editor/IDE
29+
# .idea/
30+
# .vscode/

bootdev

-16.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)