From 5988df7d037ec3fd697717eea541a1557118b2a1 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 9 Jan 2025 18:15:46 +0000 Subject: [PATCH] Minor gitignore update. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d675614..98f6f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -dist/* -node_modules/* -.env \ No newline at end of file +dist/ +node_modules/ +*.env \ No newline at end of file