vlang / ui

A cross-platform UI library written in V
MIT License
2.31k stars 154 forks source link

chore: update `.gitignore` #551

Closed ttytm closed 8 months ago

ttytm commented 8 months ago

The current ignore config corrupts the results of some search tools that are influenced by the gitignore config in a project as it ignores some project files.

This simple change adds an ignore / unignore pattern that ignores more files should be ignored, while preventing files from being ignored that should not-be ignored.