X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c5176d87df0dbd25db6ff1fb2ab82ae17472145..461fdaa1b96142b8065c131ae0334046fc71ea56:/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