From 00410dd86565d6e7d35551bd54d08bcfc5eec45e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A4ser?= Date: Thu, 2 Feb 2023 16:34:37 +0100 Subject: [PATCH] test: add scannerwork folder into gitignore file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 794fab1..b372997 100644 --- a/.gitignore +++ b/.gitignore @@ -33,10 +33,11 @@ npm-debug.log yarn-error.log testem.log /typings +**/.scannerwork # System Files .DS_Store Thumbs.db # Next.js -.next \ No newline at end of file +.next