X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0b9dce85589ac5f259c8bf6cc30b23d5f99e2b97..51549f93489f5d57f71b7767528ee7dec9079fb6:/apps/workbench/.gitignore diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index 1c551bc901..a27ac31580 100644 --- a/apps/workbench/.gitignore +++ b/apps/workbench/.gitignore @@ -1,17 +1,9 @@ -# 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 # Ignore all logfiles and tempfiles. /log/*.log +/log/*.log.gz /tmp /config/.secret_token @@ -20,14 +12,13 @@ /public/assets /config/environments/development.rb -/config/environments/test.rb /config/environments/production.rb -/config/config.yml +/config/application.yml -/config/piwik.yml +# Workbench doesn't need one anyway, so this shouldn't come up, but... +/config/database.yml -# editor backup files -*~ +/config/piwik.yml # Capistrano files are coming from another repo /Capfile* @@ -35,3 +26,16 @@ # 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 + +# Generated git-commit.version file +/git-commit.version