unjs / unplugin

Unified plugin system for Vite, Rollup, Webpack, esbuild, Rolldown, and more
https://unplugin.unjs.io
MIT License
2.9k stars 104 forks source link

chore: add .idea/ to .gitignore file #299

Closed kirklin closed 1 year ago

kirklin commented 1 year ago

This PR adds the .idea/ folder to the .gitignore file so that it is ignored by Git. This folder contains local configuration files for JetBrains IDEs, such as WebStorm.

Ignoring this folder in Git will prevent unnecessary changes from being tracked and committed to the repository. It will also ensure that developers using different IDEs can work on the project without conflicts.

This is a minor change, but it will improve the consistency and cleanliness of the repository.