This website requires JavaScript.
Explore
Help
Sign In
zio
/
bsky-app
Watch
2
Star
0
Fork
You've already forked bsky-app
0
Code
Pull Requests
Packages
Releases
Activity
3ef7504f91
bsky-app
/
bskyweb
/
.gitignore
9 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
bskyweb: proof-of-concept golang daemon to serve SPA (#275) * gitignore: /dist/ * bskyweb: initial work-in-progress * bskyweb: import icons from bluesky-website * bskyweb: switch to pongo2 templates; iterate on views * bskyweb: example.env (and docs) * bskyweb: go fmt * bskyweb: remove plan file * bskyweb: README: tweak formatting * prettier: ignore /dist/, bskyweb templates --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-03-14 21:00:44 +01:00
.env
Basic golang CI setup (#360) * bskyweb: Makefile and dev env This matches the setup for local dev testing in atproto and indigo repos. * gitignore: don't ignore self and .github/ * CI: golang build+test and lint actions * bskyweb: better use of godotenv A recent change from indigo. * prettier: ignore top-level app.json * CI: bump from golang 1.19 to 1.20 * bskyweb: update to golang 1.20
2023-03-27 17:16:17 +02:00
test-coverage.out
bskyweb additions (#296) Add some minor bskyweb improvements, Mailmodo endpoint, Dockerfile for bskyweb, container image push
2023-03-20 22:41:15 +01:00
# Don't check in the binary.
/bskyweb
Basic golang CI setup (#360) * bskyweb: Makefile and dev env This matches the setup for local dev testing in atproto and indigo repos. * gitignore: don't ignore self and .github/ * CI: golang build+test and lint actions * bskyweb: better use of godotenv A recent change from indigo. * prettier: ignore top-level app.json * CI: bump from golang 1.19 to 1.20 * bskyweb: update to golang 1.20
2023-03-27 17:16:17 +02:00
# Don't ignore this file
!.gitignore