From d53d8eb4d01ce5a33e343bf1996ac3409586c58f Mon Sep 17 00:00:00 2001 From: pedro Date: Fri, 20 Sep 2024 16:31:25 -0300 Subject: [PATCH] .gitignore: ignore snapshots (*.json) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9bd817e..b9aa2fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ iso settings.ini +# ignore all possible snapshots in this dir +*.json