From 7c17d2026fe74ac379f619d1901cff1768b8b109 Mon Sep 17 00:00:00 2001
From: Hypolite Petovan <mrpetovan@gmail.com>
Date: Sun, 24 Jun 2018 14:02:57 -0400
Subject: [PATCH] Add config/local.ini.php to gitignore

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index de0fbc3d76..b75c19af19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,9 @@ addon
 *~
 robots.txt
 
+#ignore local config
+/config/local.ini.php
+
 #ignore documentation, it should be newly built
 doc/html