X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8eaad00b025167a7505ba11ad6a05b52a43c2399..a6fd7801f084f280cbf668f8a1f6bf9d9bbd0def:/services/api/.gitignore diff --git a/services/api/.gitignore b/services/api/.gitignore index 1b76c6446b..0962779658 100644 --- a/services/api/.gitignore +++ b/services/api/.gitignore @@ -2,13 +2,11 @@ /db/*.sqlite3 # Ignore all logfiles and tempfiles. -/log/*.log +/log /tmp # Sensitive files and local configuration -/config/api.clinicalfuture.com.* /config/database.yml -/config/initializers/omniauth.rb /config/application.yml # asset cache @@ -22,3 +20,18 @@ /Capfile* /config/deploy* +# SimpleCov reports +/coverage + +# Dev/test SSL certificates +/self-signed.key +/self-signed.pem + +# Generated git-commit.version file +/git-commit.version + +# Generated when building distribution packages +/package-build.version + +# Debugger history +.byebug_history