Don't gitignore json files in the diffs folder
This commit is contained in:
+2
-1
@@ -2,4 +2,5 @@ __pycache__
|
|||||||
/venv
|
/venv
|
||||||
*.pt
|
*.pt
|
||||||
*.asm
|
*.asm
|
||||||
*.json
|
*.json
|
||||||
|
!diffs/*.json
|
||||||
Reference in New Issue
Block a user