X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a6f78c31607b37d207dcebada38ee05335deac50..a8d2a183ac7246bf368d40dba1af226a4968a9c9:/apps/workbench/.gitignore diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index 24a7a84a31..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 @@ -35,3 +37,10 @@ # 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