X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e65b2e685833e1d850c8d671fd1df9d4e4fea4a3..9d223ac56644eb23cdc39c5044f4fb12cf29b685:/apps/workbench/.gitignore diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index 8502e958ba..5fb3718f38 100644 --- a/apps/workbench/.gitignore +++ b/apps/workbench/.gitignore @@ -3,6 +3,7 @@ # Ignore all logfiles and tempfiles. /log/*.log +/log/*.log.gz /tmp /config/.secret_token @@ -31,3 +32,14 @@ # SimpleCov reports /coverage + +# Dev/test SSL certificates +/self-signed.key +/self-signed.pem + +# Generated git-commit.version file +/git-commit.version + +# npm-rails +/node_modules +/npm-debug.log