X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a6f78c31607b37d207dcebada38ee05335deac50..607d2b1190bbba7c018fcbc91e66fdb0db1ce90f:/services/api/.gitignore diff --git a/services/api/.gitignore b/services/api/.gitignore index a1cb5ed033..793e981b50 100644 --- a/services/api/.gitignore +++ b/services/api/.gitignore @@ -2,11 +2,10 @@ /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 @@ -28,3 +27,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 \ No newline at end of file