From 51ad24310f79fa89fae6cafe320d2f0cf0d0f2d7 Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:37:22 +0530 Subject: [PATCH] fix: gitignore and readme --- .gitignore | 6 +++--- contracts/.gas-report | 18 ------------------ contracts/README.md | 1 - 3 files changed, 3 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index c38a57a..820c8d4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,9 +18,9 @@ src/.DS_Store ## contracts # directories -cache -node_modules -out +contracts/cache/** +contracts/node_modules/** +contracts/out/** # files *.env diff --git a/contracts/.gas-report b/contracts/.gas-report index 80df36b..e69de29 100644 --- a/contracts/.gas-report +++ b/contracts/.gas-report @@ -1,18 +0,0 @@ -| script/Deploy.s.sol:Deploy contract | | | | | | -|-------------------------------------|-----------------|--------|--------|--------|---------| -| Deployment Cost | Deployment Size | | | | | -| 320782 | 2729 | | | | | -| Function Name | min | avg | median | max | # calls | -| run | 221942 | 221942 | 221942 | 221942 | 1 | - - -| src/Foo.sol:Foo contract | | | | | | -|--------------------------|-----------------|-----|--------|-----|---------| -| Deployment Cost | Deployment Size | | | | | -| 20275 | 131 | | | | | -| Function Name | min | avg | median | max | # calls | -| id | 235 | 235 | 235 | 235 | 1 | - - - - diff --git a/contracts/README.md b/contracts/README.md index 881b369..23cb0f2 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -7,7 +7,6 @@ [license]: https://opensource.org/licenses/MIT [license-badge]: https://img.shields.io/badge/License-MIT-blue.svg - ## What's Inside - [Forge](https://github.com/foundry-rs/foundry/blob/master/forge): compile, test, fuzz, format, and deploy smart