X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f71c9e59bfff91da4b89050ceae27dbe3edcdb6c..2dab77693f534331324293aac49a36dc43119186:/services/api/.gitignore?ds=sidebyside diff --git a/services/api/.gitignore b/services/api/.gitignore index a1cb5ed033..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 @@ -28,3 +26,12 @@ # 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