about summary refs log tree commit diff
path: root/.prettierignore
Commit message (Collapse)AuthorAgeFilesLines
* Basic golang CI setup (#360)bnewbold2023-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | * 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
* bskyweb additions (#296)Jake Gold2023-03-201-0/+3
| | | Add some minor bskyweb improvements, Mailmodo endpoint, Dockerfile for bskyweb, container image push
* bskyweb: proof-of-concept golang daemon to serve SPA (#275)bnewbold2023-03-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* more prettier and lint cleanup (#82)Aryan Goharzad2023-01-241-0/+5
* more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint