From 2f5d7f2e27b22318ffbf597d0baeaf1b97001875 Mon Sep 17 00:00:00 2001 From: zealsham Date: Fri, 23 Jan 2026 11:35:29 +0100 Subject: [PATCH] Add data directory to gitignore When you run the new payjoin-service, it creates a data directory which isn't part of the gitignore files and thus getting tracked by git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6aee2dd3b..1c5d75631 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Cargo.lock mutants.out* *.ikm *payjoin.sqlite +data