From 6bf8338cddd9b82eae94e83a9da921494e8f09fc Mon Sep 17 00:00:00 2001
From: Harry Bond <me@hbond.xyz>
Date: Sun, 2 Mar 2025 15:56:03 +0000
Subject: [PATCH] [github] Add edits.xml to .gitignore

it's generated when making edits on desktop
Signed-off-by: Harry Bond <me@hbond.xyz>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 938425f7c0..8f1d5a57a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@ data/drules_proto_default_design.bin
 data/colors_design.txt
 data/patterns_design.txt
 data/bookmarks
+data/edits.xml
 
 # Compiled Python
 *.pyc