Remove no longer used dot files

This commit is contained in:
David Dworken 2022-10-14 22:28:30 -07:00
parent 13906185be
commit a61e56a01b
4 changed files with 0 additions and 47 deletions

View File

@ -1,2 +0,0 @@
.git
node_modules/

View File

@ -1,15 +0,0 @@
version: 1
env:
- CGO_ENABLED=0
flags:
- -trimpath
goos: darwin
goarch: amd64
binary: hishtory-{{ .Os }}-{{ .Arch }}
ldflags:
- '{{ .Env.VERSION_LDFLAGS }}'

View File

@ -1,15 +0,0 @@
version: 1
env:
- CGO_ENABLED=0
flags:
- -trimpath
goos: darwin
goarch: arm64
binary: hishtory-{{ .Os }}-{{ .Arch }}
ldflags:
- '{{ .Env.VERSION_LDFLAGS }}'

View File

@ -1,15 +0,0 @@
version: 1
env:
- CGO_ENABLED=0
flags:
- -trimpath
goos: linux
goarch: amd64
binary: hishtory-{{ .Os }}-{{ .Arch }}
ldflags:
- '{{ .Env.VERSION_LDFLAGS }}'