From f4f6342b6c17f9e4b273e6cbdc3d869f8e1d6e25 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 2 Mar 2025 16:32:28 +0000 Subject: [PATCH] [gitignore]: Add *.json to avoid committing API test output files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bcc214f..da00ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -301,3 +301,5 @@ TSWLatexianTemp* #*Notes.bib .idea/ + +*.json