From 9727a7fc2daa5c891ed5f2a63a34de2360946df7 Mon Sep 17 00:00:00 2001 From: Amit Haridas Date: Tue, 6 Jan 2026 19:01:34 +0530 Subject: [PATCH] Update .gitignore to exclude temp files and screenshots --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2bff97e..8d46b53 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,17 @@ out/ .cache/ .npm/ .electron/ -package-lock.json \ No newline at end of file +package-lock.json + +# Screenshots and temp files +*.png.bak +Screen.png +dark.png +light.png +pdf.png +uvmodal.png +nul +*.tmp + +# Development screenshots +pdf\ modal.png \ No newline at end of file