From 66bc7f35fe189d2f83ddd8be61cc43d6afa28243 Mon Sep 17 00:00:00 2001 From: Simone Sestito Date: Sat, 20 Jan 2024 18:12:30 +0100 Subject: [PATCH] Do not push local Solidity docs generation --- smart_contract/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smart_contract/.gitignore b/smart_contract/.gitignore index ae7e632..167c20c 100644 --- a/smart_contract/.gitignore +++ b/smart_contract/.gitignore @@ -1,3 +1,4 @@ node_modules/ artifacts/ -cache/ \ No newline at end of file +cache/ +docs/ \ No newline at end of file