From b4904b87627917766353257b00175a0ede09c711 Mon Sep 17 00:00:00 2001 From: KingAnointing Date: Sun, 16 Oct 2022 16:27:25 +0100 Subject: [PATCH] add spec directory and string.go file to .gitignore Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d9e84eb..7e1cd50 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ /moz/web-ext-artifacts/ go.mod go.sum +/spec +strings.go