From 8a251a6dd2185907f3caf5229400a480447c60dc Mon Sep 17 00:00:00 2001 From: Mitja Belak Date: Thu, 24 Oct 2024 14:42:36 +0200 Subject: [PATCH] put address into gitignore --- app/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/.gitignore b/app/.gitignore index 7d093c3..86c3a23 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,5 +1,8 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +# address +./contract_address.ts + # dependencies /node_modules /.pnp