From aa3b66071fad2ce942482f14fa38f14336f01405 Mon Sep 17 00:00:00 2001 From: Alex Bezdieniezhnykh Date: Tue, 4 Mar 2025 13:45:23 +0200 Subject: [PATCH] add installer to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 34e1902..04631d2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ venv *.c *.pyd cython_debug* -dist \ No newline at end of file +dist +AzaionSuiteInstaller.exe \ No newline at end of file