#gitignore
2 APIs con questa etichetta
Glob API
Match file paths against glob patterns — the same wildcard language used by .gitignore, CI/CD path filters, build tools and the shell. Test whether a single path matches a pattern, or filter a whole list of paths down to the ones that match. Full minimatch support: * (within a segment) and ** (across segments), ? for one character, [abc] character classes, {a,b,c} brace expansion and extended globs, with options for case-insensitivity, matching dotfiles and basename-only matching. Perfect for path-based rules, file selection, route guards, allow/deny lists and config validation. Pure local computation — no key, no third-party service, instant; send large lists via POST. Live, nothing stored. 3 endpoints. Distinct from regular-expression testing and from JSON path queries.
api.oanor.com/glob-api
gitignore API
Genera archivos .gitignore como una API — 309 plantillas .gitignore listas para usar para lenguajes, frameworks, herramientas y editores, directamente de la colección oficial github/gitignore de GitHub. Obtén el .gitignore para cualquier tecnología individual (Node, Python, Java, Rust, Unity, …), busca y lista todas las plantillas disponibles por nombre o categoría (lenguajes, globales de editores/SO, stacks comunitarios), o — la función principal — combina varias plantillas en un solo .gitignore listo para commit en una sola llamada (ej. names=Node,Python,macOS). Ideal para herramientas de scaffolding, generadores de proyectos, IDEs, CLIs y paneles de desarrolladores. Datos abiertos de github/gitignore (CC0).
api.oanor.com/gitignore-api