From a150941db14dd4471451d96234b44c10ac3f5db2 Mon Sep 17 00:00:00 2001 From: developer3000S Date: Fri, 13 Feb 2026 23:18:11 +0300 Subject: [PATCH] chore: add environment and config files to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0c1aca1e3..18348c31c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,10 @@ bin/ config.json sessions/ build/ +.env +.env.example +/config/config.json +/config/config.example.json # Coverage coverage.txt