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