From eb7dbea2ee82f02032c286db688ff48b4f7badc2 Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 22 Jun 2026 14:04:54 +0200 Subject: [PATCH] Update .dockerignore and .gitignore to include testfiles directory. --- .dockerignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 537cb14..d8c7711 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,3 +10,4 @@ fantasyidler_save.json .dockerignore Dockerfile docker-compose.yml +testfiles/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index d6555b4..e32366e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ data/ *.db fantasyidler_save.json .gitea-credentials.txt +testfiles/ \ No newline at end of file