X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9f3f8081d27cb4dec8f61a2b26bb4049157e39c9..3dc2b0008be4e09b47f73aeeb97d005cd7836619:/apps/workbench/.gitignore diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index e942afbfa7..89efb8185f 100644 --- a/apps/workbench/.gitignore +++ b/apps/workbench/.gitignore @@ -14,11 +14,16 @@ /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/piwik.yml # editor backup files *~ @@ -27,3 +32,5 @@ config/.secret_token /Capfile* /config/deploy* +# Themes are coming from another repo +/themes/*