X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f6b88a9e7e9727f0397f1febbad8c08f6a20463d..728522fbc034711e87954bcbdcfa4a3bf7c470e3:/apps/workbench/.gitignore diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index 9bef02bbfd..fa42a32dd9 100644 --- a/apps/workbench/.gitignore +++ b/apps/workbench/.gitignore @@ -5,6 +5,9 @@ /log/*.log /log/*.log.gz /tmp +.byebug_history + +package-lock.json /config/.secret_token /config/initializers/secret_token.rb @@ -36,3 +39,13 @@ # 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