From 0fe9a505a60209d9c7046f66d248dd9cf7c6012c Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Mon, 2 Sep 2024 08:00:50 +0200 Subject: [PATCH] chore: ignore more OS-specific files and temporary editor files --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5975462..f860352 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,12 @@ node_modules/ # ESLint cache .eslintcache -# Thumbnail cache files +# OS-specific files .DS_Store Thumbs.db +.Spotlight-V100 +.Trashes + +# Temporary files used by the editor +*.swp +*.swo