X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d9aa5decc6edce30285df049277de2cf2c138c26..6c40c1c5b000b2eb0967df0f7ebaf613393501bc:/services/api/.gitignore diff --git a/services/api/.gitignore b/services/api/.gitignore index c286717a7e..da4c39d901 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,10 @@ # SimpleCov reports /coverage + +# Dev/test SSL certificates +/self-signed.key +/self-signed.pem + +# Generated git-commit.version file +/git-commit.version