From 966dd9819e59815d8bc160dc63a4f6e62de02026 Mon Sep 17 00:00:00 2001 From: Blue Date: Mon, 17 Nov 2025 19:18:55 +0000 Subject: [PATCH] Add 'directory.build.targets' to .gitignore (#13727) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c27039..2007446 100644 --- a/.gitignore +++ b/.gitignore @@ -62,4 +62,5 @@ package/x64 /appx-logs.txt tools/clang-format.exe /linux-crashes -doc/site/ \ No newline at end of file +doc/site/ +directory.build.targets \ No newline at end of file