From 6b703aeebc390b3def28b16ae2d69bda15314ad5 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sun, 16 Mar 2025 15:23:46 +0100 Subject: [PATCH] chore: add `.build` to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2c085d1d2..6c3176335 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules target +# Swift +.build