From 27eed543efbe9315b5e7c8d401316860e21aa068 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Fri, 16 Feb 2024 14:13:19 -0800 Subject: [PATCH] Add .env to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8373c489d1cf4d..65284a94ae3032 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ packages/*/*.wasm *.a profile.json +.env node_modules .envrc .swcrc