Show HN: Simple gitignore generator on the web – GUItignore

2 0x00cl 0 6/21/2025, 12:46:17 PM gitignore.0x00.cl ↗
I created a simple gitignore generator for the repository mantained by Github (https://github.com/github/gitignore/), though I know there is an alternative solution by toptal, the source looks like it hasn't been updated since Jun 2023 (About 2 years ago). My solution is sort of just a frontend to the github repository.

It takes the list of .gitignore files from the repository and makes it easily available for search and concatenates multiple gitignore files into one. This can be specially useful when starting a new project.

Its kept up to date with the Github repository (in the footer you can see the commit hash that its using).

Source code: https://codeberg.org/0x00cl/guitignore (Its just an HTML file with the gitignore submodule)

Comments (0)

No comments yet