From 34b0dc673e28c209c3eb41fa223422ba37db5b74 Mon Sep 17 00:00:00 2001 From: Flawed <33593723+ff14wed@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:13:48 -0800 Subject: [PATCH] Don't gitignore json files in the diffs folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c88606b..a92a048 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ __pycache__ /venv *.pt *.asm -*.json \ No newline at end of file +*.json +!diffs/*.json \ No newline at end of file