From dcb934452300412abf52b2e4cc6478e36c074fe2 Mon Sep 17 00:00:00 2001 From: Andrea Verlicchi Date: Tue, 2 Apr 2024 15:51:29 +0200 Subject: [PATCH] Ignoring coverage --- .gitignore | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 68522f2..23e10e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,60 +1,42 @@ -# Windows image file caches Thumbs.db ehthumbs.db -# Folder config file Desktop.ini -# Recycle Bin used on file shares $RECYCLE.BIN/ -# Windows Installer files *.cab *.msi *.msm *.msp -# ========================= -# Operating System Files -# ========================= - -# OSX -# ========================= - .DS_Store .AppleDouble .LSOverride -# Icon must end with two \r Icon - -# Thumbnails ._* -# Files that might appear on external disk .Spotlight-V100 .Trashes -# Directories potentially created on remote AFP share .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk -# Editor files .idea -# Node modules node_modules -# Jekyll! _site .sass-cache -# Playwright /test-results/ /playwright-report/ /blob-report/ -/playwright/.cache/ \ No newline at end of file +/playwright/.cache/ + +coverage \ No newline at end of file