From e4bfb708dc173fc2231d0074ffade3a0d58c5974 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Noor Date: Mon, 12 May 2025 15:53:57 -0400 Subject: [PATCH] Add Avalonia temporary build tasks to `.gitignore` (#649) Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ef8150c..1733d47 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,8 @@ bin/ obj/ +# Avalonia +.avalonia-build-tasks/ + # Test results -TestResults/ \ No newline at end of file +TestResults/