From fbe58bc6804206a99100dc89a01a93e133ec5d3b Mon Sep 17 00:00:00 2001 From: Daniel Hayden Date: Thu, 29 Feb 2024 00:15:12 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 693933a..70ce691 100644 --- a/.gitignore +++ b/.gitignore @@ -8,12 +8,11 @@ store # Sensitive Data .env -config.ganache.json -config.hardhat.json -config.json -config.yaml + +# Ignore all .config files except .config.example +config* +!config.example.yaml store storage build -config.sepolia.yaml