X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6c2a704b7a2d721087976b2b8ec4f22cdaf44178..74fec3cd8284eae4829dad2c287588d52c621c4b:/apps/workbench/.gitignore diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index 8502e958ba..fa42a32dd9 100644 --- a/apps/workbench/.gitignore +++ b/apps/workbench/.gitignore @@ -3,7 +3,11 @@ # Ignore all logfiles and tempfiles. /log/*.log +/log/*.log.gz /tmp +.byebug_history + +package-lock.json /config/.secret_token /config/initializers/secret_token.rb @@ -31,3 +35,17 @@ # 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 + +# Generated when building distribution packages +/package-build.version