From 905e7a010a3d55a24cb5b4f4424165367a9b0244 Mon Sep 17 00:00:00 2001 From: marczeller Date: Sun, 21 Jul 2024 15:04:37 +0000 Subject: [PATCH] gitignore --- .gitignore | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ad9e6ec..40c42c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,16 @@ -# Environment variables -.env - -# Foundry build artifacts +# Foundry cache/ out/ # Logs logs/ +# Broadcast +broadcast/ + +# Dotenv file +.env + # Node modules (if you're using any npm packages) node_modules/ @@ -22,4 +25,12 @@ node_modules/ # Temporary files *.tmp -*.temp \ No newline at end of file +*.temp + +# Hardhat files (if you're also using Hardhat) +artifacts/ +cache_hardhat/ + +# Misc +*.log +*.bak \ No newline at end of file