From 9717d9027dbce8aff6bfcca6f500339346a0549c Mon Sep 17 00:00:00 2001 From: Ethan-clay03 <ethanclay2017@gmail.com> Date: Tue, 19 Nov 2024 15:05:39 +0000 Subject: [PATCH] Prevent .env being commited --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8fb9901..881f3a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ **/.venv **/__pycache__ *.log -*.env \ No newline at end of file +.env +node_modules/ \ No newline at end of file -- GitLab