Compare commits
1 Commits
4b96d64ccf
...
71bb68e7ec
Author | SHA1 | Date | |
---|---|---|---|
|
71bb68e7ec |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
.cuddle/
|
||||
bin/
|
||||
|
@ -13,7 +13,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- add default
|
||||
|
||||
### Other
|
||||
- add utility scripts
|
||||
- add utility scripts
|
||||
- add logger
|
||||
- add cmd
|
||||
|
@ -14,10 +14,3 @@ please:
|
||||
settings:
|
||||
api_url: https://git.front.kjuulh.io
|
||||
|
||||
scripts:
|
||||
run:
|
||||
type: shell
|
||||
watch:
|
||||
type: shell
|
||||
test:
|
||||
type: shell
|
||||
|
@ -1,5 +0,0 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
set -e pipefail
|
||||
|
||||
go run ./cmd/orbis
|
@ -1,5 +0,0 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
set -e pipefail
|
||||
|
||||
gotestsum
|
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
set -e pipefail
|
||||
|
||||
air --build.cmd "go build -o bin/orbis ./cmd/orbis" --build.bin "./bin/orbis"
|
||||
|
@ -1 +0,0 @@
|
||||
exit status 1exit status 1exit status 1exit status 1
|
Loading…
x
Reference in New Issue
Block a user