From 08f7f40de543a48bf51f3bb2a13ae6297332d51d Mon Sep 17 00:00:00 2001 From: kent-3 <100624004+kent-3@users.noreply.github.com> Date: Sun, 26 May 2024 17:21:36 -0400 Subject: [PATCH] don't ignore json or Cargo.lock --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index e8c17001..bf4159ae 100644 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,6 @@ # Build results target/ -# Testing configs -*.json - # Code coverage stuff *.profraw @@ -28,5 +25,4 @@ node_modules/ __pycache__/ compiled logs -Cargo.lock tests/liquidity_orderbook/contract_address_log.json