From 4f8803ff7dedb86d951c4568a8820853bc7a76fe Mon Sep 17 00:00:00 2001 From: FuzzyGrim Date: Mon, 5 Jan 2026 23:34:50 +0100 Subject: [PATCH] fix: add additional files to .dockerignore --- .dockerignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.dockerignore b/.dockerignore index aa10b29a..5aec1ab2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,3 +7,7 @@ src/staticfiles src/db/db.sqlite3 db.sqlite3-shm db.sqlite3-wal +.vscode/launch.json +CLAUDE.md +requests.http +TODO.txt