From e182547dc813ed86889d921325cf6e43592d7498 Mon Sep 17 00:00:00 2001 From: Alex Bezdieniezhnykh Date: Wed, 2 Apr 2025 00:30:51 +0300 Subject: [PATCH] add model big files to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 04631d2..ef6e7f6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ venv *.pyd cython_debug* dist -AzaionSuiteInstaller.exe \ No newline at end of file +AzaionSuiteInstaller.exe +azaion\.*\.big \ No newline at end of file