From fa1eab103f4aabe7238982b25e7f7e663f6734ff Mon Sep 17 00:00:00 2001 From: Jay White Date: Wed, 13 Nov 2024 21:30:29 -0500 Subject: [PATCH] chore: add .env.enc to .gitignore --- chainlink-functions/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chainlink-functions/.gitignore b/chainlink-functions/.gitignore index 40b878d..3302050 100644 --- a/chainlink-functions/.gitignore +++ b/chainlink-functions/.gitignore @@ -1 +1,2 @@ -node_modules/ \ No newline at end of file +node_modules/ +.env.enc