diff --git a/ethereum_history_api/oracles/.gitignore b/ethereum_history_api/oracles/.gitignore index 37d7e7348..e6367a1fe 100644 --- a/ethereum_history_api/oracles/.gitignore +++ b/ethereum_history_api/oracles/.gitignore @@ -1,2 +1,3 @@ node_modules .env +dist diff --git a/ethereum_history_api/tests/.gitignore b/ethereum_history_api/tests/.gitignore index 3c3629e64..76add878f 100644 --- a/ethereum_history_api/tests/.gitignore +++ b/ethereum_history_api/tests/.gitignore @@ -1 +1,2 @@ node_modules +dist \ No newline at end of file