mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Ignore the dist/ dir
This commit is contained in:
parent
052a115121
commit
c51d6bdecf
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,3 +17,5 @@
|
|||||||
gcal/client_secret.json
|
gcal/client_secret.json
|
||||||
#intellij idea
|
#intellij idea
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
dist/*
|
||||||
|
23
dist/CHANGELOG.md
vendored
23
dist/CHANGELOG.md
vendored
@ -1,23 +0,0 @@
|
|||||||
## Changelog
|
|
||||||
|
|
||||||
f23ac85 Fixes bug with default configuration YAML
|
|
||||||
3e004fd Fix a speling mistake in the documentation
|
|
||||||
641dce9 Add Configuration and Keyboard Commands to Overview documentation.
|
|
||||||
ff49ecb Closes #29. wtf.go --help [module name] returns help text if any is available.
|
|
||||||
9e9ef93 Update the readme
|
|
||||||
38cf1d5 Security module now displays logged-in users
|
|
||||||
efaccc8 Added Overview page to documentation
|
|
||||||
5d66b2a Improve the state of the Makefile a bit
|
|
||||||
ca4d6f2 Add 'make dependencies' to the Makefile
|
|
||||||
cd5a796 Fix bug with positioning in which I hard-coded the positions because....?
|
|
||||||
374832f Update the readme
|
|
||||||
ca81908 Add dramatic marketing emphasis to site homepage
|
|
||||||
216a313 Clean up the site sideabar
|
|
||||||
8bb9115 A very basic start to adding some unit tests
|
|
||||||
c190a44 Updated the screenshot to show all the modules
|
|
||||||
e2c27ab Add installation instructions to documentation
|
|
||||||
ca7d867 h2 styling in the site
|
|
||||||
0d1c9ca Add documentation for CmdRunner
|
|
||||||
a62b910 Closes #43. Add CommandRunner module to the app.
|
|
||||||
c3f1402 WIP
|
|
||||||
a6dce55 Update the doc site
|
|
73
dist/config.yaml
vendored
73
dist/config.yaml
vendored
@ -1,73 +0,0 @@
|
|||||||
project_name: wtf
|
|
||||||
release:
|
|
||||||
github:
|
|
||||||
owner: senorprogrammer
|
|
||||||
name: wtf
|
|
||||||
name_template: '{{.Tag}}'
|
|
||||||
brew:
|
|
||||||
name: wtf
|
|
||||||
commit_author:
|
|
||||||
name: goreleaserbot
|
|
||||||
email: goreleaser@carlosbecker.com
|
|
||||||
install: bin.install "wtf"
|
|
||||||
scoop:
|
|
||||||
commit_author:
|
|
||||||
name: goreleaserbot
|
|
||||||
email: goreleaser@carlosbecker.com
|
|
||||||
builds:
|
|
||||||
- goos:
|
|
||||||
- darwin
|
|
||||||
- linux
|
|
||||||
goarch:
|
|
||||||
- amd64
|
|
||||||
goarm:
|
|
||||||
- "6"
|
|
||||||
targets:
|
|
||||||
- darwin_amd64
|
|
||||||
- linux_amd64
|
|
||||||
main: .
|
|
||||||
ldflags:
|
|
||||||
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
|
|
||||||
binary: wtf
|
|
||||||
lang: go
|
|
||||||
archive:
|
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
|
|
||||||
}}v{{ .Arm }}{{ end }}'
|
|
||||||
format: tar.gz
|
|
||||||
files:
|
|
||||||
- licence*
|
|
||||||
- LICENCE*
|
|
||||||
- license*
|
|
||||||
- LICENSE*
|
|
||||||
- readme*
|
|
||||||
- README*
|
|
||||||
- changelog*
|
|
||||||
- CHANGELOG*
|
|
||||||
nfpm:
|
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
|
|
||||||
}}v{{ .Arm }}{{ end }}'
|
|
||||||
bindir: /usr/local/bin
|
|
||||||
snapcraft:
|
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
|
|
||||||
}}v{{ .Arm }}{{ end }}'
|
|
||||||
snapshot:
|
|
||||||
name_template: SNAPSHOT-{{ .Commit }}
|
|
||||||
checksum:
|
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
|
|
||||||
dist: dist
|
|
||||||
sign:
|
|
||||||
cmd: gpg
|
|
||||||
args:
|
|
||||||
- --output
|
|
||||||
- $signature
|
|
||||||
- --detach-sig
|
|
||||||
- $artifact
|
|
||||||
signature: ${artifact}.sig
|
|
||||||
artifacts: none
|
|
||||||
env_files:
|
|
||||||
github_token: ~/.config/goreleaser/github_token
|
|
||||||
before:
|
|
||||||
hooks:
|
|
||||||
- make install
|
|
||||||
github_urls:
|
|
||||||
download: https://github.com
|
|
BIN
dist/darwin_amd64/wtf
vendored
BIN
dist/darwin_amd64/wtf
vendored
Binary file not shown.
BIN
dist/linux_amd64/wtf
vendored
BIN
dist/linux_amd64/wtf
vendored
Binary file not shown.
2
dist/wtf_0.0.3_checksums.txt
vendored
2
dist/wtf_0.0.3_checksums.txt
vendored
@ -1,2 +0,0 @@
|
|||||||
0167b691f57126d3a5cd6ffb4a6ba6115a9b3c5a48541db370530761400b9a21 wtf_0.0.3_linux_amd64.tar.gz
|
|
||||||
9905629c87fef6c3483bbdd1f8fcf69f4821da9aa80f05b22a8162a063c7905f wtf_0.0.3_darwin_amd64.tar.gz
|
|
BIN
dist/wtf_0.0.3_darwin_amd64.tar.gz
vendored
BIN
dist/wtf_0.0.3_darwin_amd64.tar.gz
vendored
Binary file not shown.
BIN
dist/wtf_0.0.3_linux_amd64.tar.gz
vendored
BIN
dist/wtf_0.0.3_linux_amd64.tar.gz
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user