X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a59152e34814f453a7380e68a55534e2f8922d57..45ff1f04cf0a562b870e18ca13b02d914db6bcb3:/apps/workbench/.gitignore diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index 82be6f2d0b..a656a5bc61 100644 --- a/apps/workbench/.gitignore +++ b/apps/workbench/.gitignore @@ -14,10 +14,24 @@ /log/*.log /tmp -config/.secret_token +/config/.secret_token +/config/initializers/secret_token.rb /public/assets /config/environments/development.rb +/config/environments/test.rb +/config/environments/production.rb +/config/application.yml +/config/piwik.yml + +# editor backup files *~ + +# Capistrano files are coming from another repo +/Capfile* +/config/deploy* + +# Themes are coming from another repo +/themes/*