From 7179260cff88aa2f46c0890876bf4aa37c57fa46 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Thu, 24 Oct 2024 21:18:01 +0200 Subject: [PATCH] Add .env to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 93802e0..90bf891 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ data/ node_modules/ /commands/admin/debug.js netload/ -.vscode/ \ No newline at end of file +.vscode/ +.env