From aa0e17574b4e591b491e90a59fc9bf7ee5c787cf Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 2 Nov 2016 10:56:16 +0800 Subject: [PATCH] Ignore all db dumps. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4268486d7b8..25f45fa7f7d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,9 +30,9 @@ config/discourse.pill config/discourse.conf # Ignore the default SQLite database and db dumps +*.sql +*.sql.gz /db/*.sqlite3 -/dbs/*.sql -/dbs/*.sql.gz /db/structure.sql # Ignore all logfiles and tempfiles.