From 886d86ad07b9e83ba44c7fbec4c3df5f4de16e35 Mon Sep 17 00:00:00 2001 From: Mitja Belak Date: Thu, 24 Oct 2024 14:58:10 +0200 Subject: [PATCH] gitignore fuckery --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 85198aa..482352c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Address +/app/contract_address.ts + # Compiler files cache/ out/