X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e537bd8dd1ac786164f192374e0d076bdc0327f3..9fa635c9dc288317f19471291accecf8690f5718:/apps/workbench/.gitignore diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index afb317b169..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 @@ -28,3 +30,17 @@ # 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