about summary refs log tree commit diff
path: root/bskyweb/.gitignore
diff options
context:
space:
mode:
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