From 9e11fdf90c2e76518f2c2f080c8c683921028b15 Mon Sep 17 00:00:00 2001
From: webchick <drupal@webchick.net>
Date: Sun, 24 Aug 2014 13:08:17 -0700
Subject: [PATCH] Issue #2326913 by vijaycs85: Add sites/*/*services*.yml to
 example.gitignore.

---
 example.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/example.gitignore b/example.gitignore
index a7ca4262d960..e6c22130f030 100644
--- a/example.gitignore
+++ b/example.gitignore
@@ -9,6 +9,7 @@
 
 # Ignore configuration files that may contain sensitive information.
 sites/*/settings*.php
+sites/*/services*.yml
 
 # Ignore paths that contain user-generated content.
 sites/*/files
-- 
GitLab