From a89f575808ade740097e26b76cbdd4683efec4fe Mon Sep 17 00:00:00 2001 From: ChatonDeAru <823314+chatondearu@users.noreply.github.com> Date: Sat, 23 Mar 2024 15:12:27 +0100 Subject: [PATCH] add .env and .local in gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b1644c7..a29f5f4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,8 @@ access/* *.log .idea announces/* +.env +*.local # VS Code stuff .vscode/settings.json