X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6a7ffd91ec95950588b95d3f29599d07d8447c16..f6e063ed8afcdd868fe1eec2fa86ac8f0f61e18b:/apps/workbench/.gitignore diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index 8502e958ba..156fc86a5e 100644 --- a/apps/workbench/.gitignore +++ b/apps/workbench/.gitignore @@ -3,7 +3,9 @@ # Ignore all logfiles and tempfiles. /log/*.log +/log/*.log.gz /tmp +.byebug_history /config/.secret_token /config/initializers/secret_token.rb @@ -31,3 +33,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