From 490836a7b3bfdb38734739fd097fe23cc236ba79 Mon Sep 17 00:00:00 2001 From: Irevoire Date: Thu, 1 Jul 2021 14:41:53 +0200 Subject: [PATCH] ignore the snapshots and dumps in the gitignore (#1449) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3ae73d6d8..8aa76ff15 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ /*.mdb /query-history.txt /data.ms +/snapshots +/dumps