Skip to content

Commit 4282785

Browse files
authored
Merge pull request #4 from jakec-dev/feat/I-2-makefile
feat: bootstrap makefile
2 parents 5a12319 + 0ebb1f3 commit 4282785

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)