From 25a741819216acb90ae7e0ca41b329eb9786635c Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Sat, 19 Feb 2022 22:07:24 +0100 Subject: [PATCH] Remove unused path from .gitignore --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b2baa1e..73afad3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ -# SPDX-FileCopyrightText: 2021 Romain Vigier +# SPDX-FileCopyrightText: 2021, 2022 Romain Vigier # SPDX-License-Identifier: GPL-3.0-or-later .cache build node_modules - -tests/**/_variants.js