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.
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.