From 8ce5a9262549f1ba899fc1dbe8b1398de97dbaef Mon Sep 17 00:00:00 2001 From: 3252a8 <3252a8@proton.me> Date: Sun, 26 Apr 2026 20:33:59 +0300 Subject: [PATCH] chore: harden ignore rules --- .dockerignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index f59b60a..05e8db2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -9,6 +9,7 @@ README.md .env.* !.env.example scratch_*.py +*.local.* node_modules/ .git/ diff --git a/.gitignore b/.gitignore index 66bdacc..d53fd8a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ bot_database.sqlite3 .env.* !.env.example scratch_*.py +*.local.* node_modules/ .git/