From 0419d42b7ca37611955bc0211359c215e5477fa4 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 19 Sep 2017 17:33:48 -0700 Subject: [PATCH] Ignore secrets.yml Ignore `secrets.yml` so that if can be used to hold sensitive credentials. See gh-9316 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 64aa048ea58..9b54382c976 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ settings.xml target transaction-logs .flattened-pom.xml +secrets.yml