- Where do the templates come from?
- Curated from github/gitignore (the canonical community source) plus per-framework additions. Covers Node, Python, Go, Rust, Java, Ruby, .NET, iOS, Android.
- Can I combine multiple templates?
- Yes — pick Node + Python + macOS + VS Code and the tool merges them, removing duplicates and grouping by source language.
- How is it different from the Templates tool?
- .gitignore Templates is the quick picker. .gitignore Builder is the interactive version with preview and custom rule additions. Both share the underlying template set.
- What about monorepo ignores?
- The tool generates workspace-level .gitignore. For per-package overrides, create additional .gitignore files in subdirectories — git respects them independently.