kamadorueda / alejandra

The Uncompromising Nix Code Formatter
https://kamadorueda.github.io/alejandra/
The Unlicense
855 stars 41 forks source link

consider supporting .gitignore for ignoring files #428

Open arilotter opened 2 weeks ago

arilotter commented 2 weeks ago

I use alejandra . to format my project. I have some .gitignore'd files that I don't need formatted, and don't want alejandra to waste time traversing those directories and formatting those files. It would be awesome if alejandra could read my .gitignore and omit those files from its formatting list.