1Password / sys-locale

A small and lightweight Rust library to obtain the active locale on the system.
Apache License 2.0
75 stars 15 forks source link

.gitignore: reformatted and added IDE patterns #30

Closed pasabanov closed 1 day ago

pasabanov commented 2 days ago
  1. The lines
    /target
    /*/target

    can be replaced with a single line

    target/
  2. Added patterns for IntelliJ IDEA family and VS Code IDEs. Used asterisk syntax to allow potential path exclusions in the future (e.g., !/.idea/runConfigurations/).