From 3294b18d1c12797a46e4a7854e450b82fd67e3a4 Mon Sep 17 00:00:00 2001 From: R4V3N Date: Wed, 18 Mar 2026 06:13:50 +0100 Subject: [PATCH] Remove .dockerignore from .gitignore The .dockerignore needs to be tracked so the CI workflow and contributors can use it during Docker builds. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4dd3c66..451e831 100644 --- a/.gitignore +++ b/.gitignore @@ -34,8 +34,6 @@ AGENTS.md *.log npm-debug.log* -# Docker -.dockerignore # Package lock (optional — remove this line if you want deterministic installs) # package-lock.json