From e62b94747140d6203d08cea4d4155b3f3c0e55ef Mon Sep 17 00:00:00 2001 From: Max P Date: Mon, 19 Aug 2024 17:39:45 +0200 Subject: [PATCH] Update .gitignore for test specs and build outputs - Added `*.spec` to ignore test specification files - Added `build/` directory to ignore build outputs --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e78d435..3be0deb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ ait.*.config.json !ait.sample.config.json !ait.*.sample.config.json dist/ +*.spec +build/