diff options
Diffstat (limited to 'bskyweb/.gitignore')
-rw-r--r-- | bskyweb/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bskyweb/.gitignore b/bskyweb/.gitignore index ace9fbf51..fad122a28 100644 --- a/bskyweb/.gitignore +++ b/bskyweb/.gitignore @@ -3,16 +3,22 @@ test-coverage.out # Don't check in the binary. /bskyweb +/embedr # Don't accidentally commit JS-generated code static/js/*.js static/js/*.map static/js/*.js.LICENSE.txt +static/js/empty.txt templates/scripts.html templates/*-embed.html static/embed/*.html static/embed/assets/*.js static/embed/assets/*.css +embedr-static/post-*.js +embedr-static/post-*.css +embedr-static/index-*.js +embedr-static/polyfills-*.js # Don't ignore this file !.gitignore |