Skip to content

Commit 567f85b

Browse files
Copilotleereilly
andcommitted
Add .gitignore to exclude binary from commits
Co-authored-by: leereilly <121322+leereilly@users.noreply.github.com>
1 parent 743f839 commit 567f85b

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Binaries
2+
gh-dungeons
3+
4+
# Build artifacts
5+
*.exe
6+
*.exe~
7+
*.dll
8+
*.so
9+
*.dylib
10+
11+
# Test binary, built with `go test -c`
12+
*.test
13+
14+
# Output of the go coverage tool
15+
*.out
16+
17+
# Go workspace file
18+
go.work

gh-dungeons

-4 MB
Binary file not shown.

0 commit comments

Comments
 (0)