Allowlist for .gitignore
Summary
The article describes an approach to managing .gitignore with an allowlist pattern in large mono-repos, including the rationale, pros/cons, Git gotchas, starting patterns, and a Bash script to generate the ignore file. It provides practical guidance for automating ignore lists across multi-language projects, along with examples and potential pitfalls.