about summary refs log tree commit diff
path: root/bskyweb/.gitignore
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2023-05-04 11:56:17 -0700
committerGitHub <noreply@github.com>2023-05-04 13:56:17 -0500
commitc8af784328177bbf8b8e9df5c2ae0e1087057b81 (patch)
tree27d6d9dfe840d6a20cb35cdfcacee597bdb38fb4 /bskyweb/.gitignore
parent7a008c987ca40326b9a2c6195d3f5f705c2f6c3f (diff)
downloadvoidsky-c8af784328177bbf8b8e9df5c2ae0e1087057b81.tar.zst
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
Diffstat (limited to 'bskyweb/.gitignore')
-rw-r--r--bskyweb/.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/bskyweb/.gitignore b/bskyweb/.gitignore
index b2a31beb3..1d945e1da 100644
--- a/bskyweb/.gitignore
+++ b/bskyweb/.gitignore
@@ -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