X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/58e1942ff008780d88a3e512dd7806c6a3b975a6..9472e806ed70258e200b5a2ff892ef3ef791d947:/services/api/.gitignore?ds=sidebyside diff --git a/services/api/.gitignore b/services/api/.gitignore index 29eb939002..793e981b50 100644 --- a/services/api/.gitignore +++ b/services/api/.gitignore @@ -2,8 +2,7 @@ /db/*.sqlite3 # Ignore all logfiles and tempfiles. -/log/*.log -/log/*.log.gz +/log /tmp # Sensitive files and local configuration @@ -31,3 +30,9 @@ # Generated git-commit.version file /git-commit.version + +# Generated when building distribution packages +/package-build.version + +# Debugger history +.byebug_history \ No newline at end of file