Updates indigo golang packages post-lex-refactor (!), which fixes XRPC calls (#582)
* bskyweb: update modules * bskyweb: fix XRPC string type * gitignore: yarn web build output in bskyweb
This commit is contained in:
parent
7a008c987c
commit
c8af784328
4 changed files with 49 additions and 39 deletions
6
bskyweb/.gitignore
vendored
6
bskyweb/.gitignore
vendored
|
@ -4,5 +4,11 @@ test-coverage.out
|
|||
# Don't check in the binary.
|
||||
/bskyweb
|
||||
|
||||
# Don't accidentally commit JS-generated code
|
||||
static/js/*.js
|
||||
static/js/*.map
|
||||
static/js/*.js.LICENSE.txt
|
||||
templates/scripts.html
|
||||
|
||||
# Don't ignore this file
|
||||
!.gitignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue