Skip to content

Commit 0ebb1f3

Browse files
author
Jake Clayton
committed
feat: bootstrap makefile
1 parent 5a12319 commit 0ebb1f3

File tree

6 files changed

+676
-25
lines changed

6 files changed

+676
-25
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ docs/tasks/
2828
## GoLang
2929
#################
3030

31+
# Build dir
32+
bin/
33+
34+
# goreleaser
35+
dist/
36+
3137
# Binaries for programs and plugins
3238
*.exe
3339
*.exe~
@@ -82,4 +88,4 @@ node_modules/
8288
.node_repl_history
8389

8490
# Output of 'npm pack'
85-
*.tgz
91+
*.tgz

0 commit comments

Comments
 (0)