Gitignore Analyzer
Validate, parse, and test path exclusions against your .gitignore configuration rules in real-time.
| Line | Pattern | Type / Status |
|---|---|---|
| Awaiting .gitignore content... | ||
Gitignore Pattern Rules Reference
1. Comments & Blank Lines
Lines starting with # are treated as comments. Blank lines are ignored entirely.
2. Negation Patterns
Prefixing a pattern with an exclamation mark (!) re-includes patterns previously ignored.
3. Directory Indicators
A trailing slash (/) specifies that the pattern matches a directory rather than a plain file.