From d8543707426d6a4645c270929f999df8209bb587 Mon Sep 17 00:00:00 2001 From: cflem Date: Sun, 1 Jan 2017 19:32:37 -0700 Subject: Added inc/config.php to the gitignore, opting for a sample version instead --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 76efbb7..523fcf6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ *.swp .*.swp *~ + +# sensitive config file +# contains database passwords and site-specific options +inc/config.php -- cgit v1.2.3