From ff08416731f9b02cafb99d4a2d2243cc393df6b5 Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Mon, 28 Mar 2022 12:42:44 +0200 Subject: [PATCH] exclude json files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a4e8da..5809cec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ [Bb]uild/ .vs/ -.vscode/ \ No newline at end of file +.vscode/ + +*.json \ No newline at end of file