bsky-app/bskyweb/.gitignore
bnewbold c8af784328
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
2023-05-04 13:56:17 -05:00

14 lines
228 B
Text

.env
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