X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f8dc3d824f03b82b8db9f61bbcc0592b62b998f..f361c2439d0b2a9b8ac839b62a868884261e7897:/services/api/.gitignore diff --git a/services/api/.gitignore b/services/api/.gitignore index 29eb939002..0962779658 100644 --- a/services/api/.gitignore +++ b/services/api/.gitignore @@ -2,13 +2,11 @@ /db/*.sqlite3 # Ignore all logfiles and tempfiles. -/log/*.log -/log/*.log.gz +/log /tmp # Sensitive files and local configuration /config/database.yml -/config/initializers/omniauth.rb /config/application.yml # asset cache @@ -31,3 +29,9 @@ # Generated git-commit.version file /git-commit.version + +# Generated when building distribution packages +/package-build.version + +# Debugger history +.byebug_history