diff --git a/.gitignore b/.gitignore index ebf45a468..6cedf950f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,9 +12,5 @@ build/ /scripts/testnet*.sh -# LFS cache -jsonTestsCache/ -tmpcache/ - # State sim # TODO - move in another folder 0000-*.json diff --git a/beacon_chain.nimble b/beacon_chain.nimble index 44abd8aaa..aecc9e46c 100644 --- a/beacon_chain.nimble +++ b/beacon_chain.nimble @@ -57,4 +57,5 @@ task test, "Run all tests": task sync_lfs_tests, "Sync LFS json tests": # Syncs the json test files (but not the EF yaml tests) - exec "scripts/process_lfs.sh jsonTestsCache" + exec "scripts/process_lfs.sh" +