X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f27db79d30e3dafdb22afe29a16c08f6535acd97..44365f7532b85d73322b1a702bf458b489ee0e27:/apps/workbench/.gitignore diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index b22ce8684a..24a7a84a31 100644 --- a/apps/workbench/.gitignore +++ b/apps/workbench/.gitignore @@ -1,12 +1,3 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile ~/.gitignore_global - -# Ignore bundler config -/.bundle - # Ignore the default SQLite database. /db/*.sqlite3 @@ -20,10 +11,27 @@ /public/assets /config/environments/development.rb +/config/environments/production.rb +/config/application.yml -# editor backup files -*~ +# Workbench doesn't need one anyway, so this shouldn't come up, but... +/config/database.yml + +/config/piwik.yml # Capistrano files are coming from another repo /Capfile* /config/deploy* + +# Themes are coming from another repo +/themes/* + +# 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