Parsing gitignore files?

Just starting out? Need help? Post your questions and find answers here.
Quin
Addict
Addict
Posts: 1135
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Parsing gitignore files?

Post by Quin »

In my app, I need to be able to parse .gitignore files (https://git-scm.com/docs/gitignore). However, before I sit down and try to figure out the spec enough to write a massive parser, I figured I'd check if anyone here has a solution to do this already?
Thanks!