From d67f0616584d28b60931e1a51f20db74f88ca1c8 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <patrick@davids-neighbour.com> Date: Fri, 31 Jan 2025 00:07:08 +0000 Subject: [PATCH] build(setup): add .wireit to gitignore --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 9af3275..2e050e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # local ignored files cache/ +.wireit # Created by https://www.toptal.com/developers/gitignore/api/hugo,node,linux,macos,windows,phpstorm+all,visualstudiocode,go # Edit at https://www.toptal.com/developers/gitignore?templates=hugo,node,linux,macos,windows,phpstorm+all,visualstudiocode,go -- Gitblit v1.10.0