Validate your glob patterns against file paths in real-time. No configuration files required.
*
Matches everything except path separators.
**
Matches directories recursively.
!
Negation (negates the pattern, includes the file).
*.js
Matches all files ending in .js in the current dir.