From 86dea5b14c0a71cbad6e190c78e7024dc2792c0a Mon Sep 17 00:00:00 2001 From: neru Date: Sat, 10 Jan 2026 08:51:30 -0300 Subject: [PATCH] chore: ignore .env file --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f9d799..a586f00 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules/* -dist/* \ No newline at end of file +dist/* + +.env \ No newline at end of file