Skip to content

Commit b97e7f6

Browse files
committed
chore(gitignore): Add gitingore
Signed-off-by: dark0dave <dark0dave@mykolab.com>
1 parent 98b1d86 commit b97e7f6

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# If you prefer the allow list template instead of the deny list, see community template:
2+
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3+
#
4+
# Binaries for programs and plugins
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, specifically when used with LiteIDE
15+
*.out
16+
17+
# Dependency directories (remove the comment below to include it)
18+
# vendor/
19+
20+
# Go workspace file
21+
go.work
22+
23+
# Files we use
24+
binaries/
25+
modmerge

.mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
go = "latest"

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,5 @@ The end result, assuming everything is successful, is you will have an updated c
3838

3939
```
4040
cd /path/to/modmerge
41-
go build github.com/scottbrooks/modmerge/modmerge
41+
go build ./...
4242
```
43-
44-
# Redistribution
45-
46-
You are free to package or redistribute modmerge.

0 commit comments

Comments
 (0)