From 98112dfb626a4a2574cc0462a99d43701819e3a9 Mon Sep 17 00:00:00 2001 From: bitcookies Date: Mon, 6 Apr 2026 10:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=91=20Ignore=20bin/=20and=20.pdb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c1c0ae..bafaf49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # Development -.pdb .vs/ obj/ +bin/ARM64-Release/ +bin/Win32-Release/ +*.pdb # Windows image file caches Thumbs.db