From 6cebdd8fefdb00570828186cc0f9a7dd204e271b Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 29 Sep 2023 18:22:01 -0500 Subject: [PATCH] Tools - Modify HEMTT ASC exclude to match (#9447) hemtt - modify asc exclude to match --- .hemtt/project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hemtt/project.toml b/.hemtt/project.toml index bc721dfe84..793ff11c23 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -24,7 +24,7 @@ exclude = [ "/initsettings.sqf", "/initkeybinds.sqf", "/xeh_prep.sqf", - "dev", + "/dev/", "medical_ai/statemachine.sqf", "common/functions/fnc_dummy.sqf", ]