From 401c528e9596e2c691af93143b12aa28caf3629d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 7 Aug 2023 22:06:42 +0200 Subject: [PATCH] Ignore .env --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 161e741..db82b6f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ data cache artifacts .openzeppelin +.env