From 387ae1ac27d1e114c80106ba7b2a44c6c660e0bb Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Thu, 2 Jan 2025 10:52:54 +0100 Subject: [PATCH] chore: ignore more files --- .gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 29628d9..1dbef58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,21 @@ # Dependencies node_modules/ +# Test coverage +/coverage/ + # ESLint cache .eslintcache # Build directories /dist/ -# Editor directories and files -*.swa-p \ No newline at end of file +# OS-specific files +.DS_Store +Thumbs.db +.Spotlight-V100 +.Trashes + +# Temporary files used by the editor +*.swp +*.swo \ No newline at end of file