franneck94 / Vscode-Workspace-Formatter

🔧 Format all your files in a workspace with one click. 🔧
MIT License
17 stars 1 forks source link

Use exclude patterns from .gitignore #6

Open danielchalmers opened 8 months ago

danielchalmers commented 8 months ago

Suggestion: A new option (enabled by default) to exclude files found in .gitignore, making it work out of the box for most people.

files.exclude too but I'm not sure if that's already included from what I checked in the code.