From 2789d5c05647e3d6d6ae5d6e226b4218ed4a16d1 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 27 Mar 2023 08:16:17 -0700 Subject: 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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9d3293985..c6aafc848 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,7 @@ web-build/ # Temporary files created by Metro to check the health of the file watcher .metro-health-check* + +# gitignore and github actions +!.gitignore +!.github -- cgit 1.4.1