X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b2979b0db0b6b5ee7ad3001ffcc8f76ff4d96f05..cd3966ee048de85447418f00869eec59b38fd7b2:/services/api/.gitignore?ds=sidebyside diff --git a/services/api/.gitignore b/services/api/.gitignore index c286717a7e..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 @@ -24,3 +23,16 @@ # 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 \ No newline at end of file