X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bfa9ee952c1ae3f03fe2f9fa781a132411963030..fddf29b24934aacaa2acf0e3c903fba3d9de52de:/services/api/.gitignore diff --git a/services/api/.gitignore b/services/api/.gitignore index c286717a7e..0962779658 100644 --- a/services/api/.gitignore +++ b/services/api/.gitignore @@ -2,13 +2,11 @@ /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 # asset cache @@ -24,3 +22,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