From aceaecc748f25957f4b579e10ef5861fafbdce97 Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Wed, 27 Sep 2017 13:08:23 +0200 Subject: [PATCH] Add .gitconfig and .sql to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 46bfbf54..2222eddf 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ secret-key .env *.mo *.log +.gitconfig +.sql