X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b49b532b27ec9013e088eb48d43de75b5e5a7d9c..5b863886118890cc81b728a3a606ea823c836f2b:/services/api/.gitignore diff --git a/services/api/.gitignore b/services/api/.gitignore index 1b76c6446b..2cda8bcb14 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 @@ -22,3 +21,15 @@ /Capfile* /config/deploy* +# 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