X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8eaad00b025167a7505ba11ad6a05b52a43c2399..68f6929a58bf9aab7df691a0db1567e27bc942b8:/apps/workbench/.gitignore diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index afb317b169..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 @@ -28,3 +32,20 @@ # This can be a symlink to ../../../doc/.site in dev setups /public/doc + +# 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