From 01c839d9bec6553ce7c6621eb0efa394500dc71f Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 6 Feb 2026 07:40:05 -0500 Subject: [PATCH] fix: add music.old to .dockerignore and .gitignore --- .dockerignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 596aa295..eb012c6e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -15,4 +15,5 @@ dist binaries cache music +music.old !Dockerfile \ No newline at end of file diff --git a/.gitignore b/.gitignore index 27c02da3..db8c0abc 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ cache/* coverage.out dist music +music.old *.db* .gitinfo docker-compose.yml