Alternatives
Products that do what IgnoreDebugger does
Debug .gitignore rules without leaving your browser
- 1

- 2

- 3

- 4

- 5

- 6

- 7DD
2020 · github.com
- 8

- 9

- 10GG
2018 · github.com
- 11IB
If you ask why there was .hg and .hgignore in a Git repository, it's because I completely forgot this project is my first ever project using Mercurial as SCM. As such, I foolishly `git init` the repository and have to update both .gitignore and .hgignore to finish the changes. You can also see the Mercurial version of this thing at here: https://hg.sr.ht/~tsukii/robin
2022 · github.com
- 12DN
Hello HN! A few days ago I saw a comment on reddit which proposed a service that allowed the user to spam a website's server logs with messages objecting to the presence of various anti-features like popups, noisy ads, and autoplaying content. The idea tickled my fancy, so I've put together a Chrome extension which detects if a page is using Google Analytics, and if so it injects a small script which sends bunk utm (urchin tracking module) data to the GA backend. It sets the traffic source to "DO NOT WANT!", and the campaign name to various things like "I do NOT want noisy ads!" Here's the…
2017
- 13MG
2011 · gist.github.com
- 14IC
Hey HN, I built ShadowGit a while back to automatically commit code every minute to a hidden git repo (.shadowgit.git). Original goal was to easily rollback when AI tools break things. But I discovered something interesting: this minute-by-minute history is perfect context for AI assistants. So I built an MCP server that lets Claude/Cursor query this history using native git commands. The results surprised me: Before: Claude would read my entire codebase repeatedly, burning 15,000+ tokens to debug issues. After: Claude runs `git log --grep="drag"` finds when drag-and-drop worked,…
2025 · shadowgit.com
- 15TC
Hey HN Community, For years I’ve received bug reports with stack traces that were garbled and hard to read. It’s easy enough to use a regular expression to fix them, but I noticed that some folks on my team hadn’t thought to do that. So, I created TidyTrace.com to quickly and easily do it for my team members. For example, take this Java stack trace Exception in thread "main" java.util.InputMismatchException\n\tat java.base/java.util.Scanner.throwFor(Scanner.java:939)\n\tat java.base/java.util.Scanner.next(Scanner.java:1594)\n\tat…
2024 · tidytrace.com
- 16CA
Hello HN! I built a pre-commit code scanner that checks your staged changes for security vulnerabilities every time you run 'git commit'. I am an inexperienced programmer and this is my first personal project. Any feedback, positive or negative, big or small, relevant or not, would be greatly helpful and appreciated! The tool requires Gitleaks and Python to run, you will also need to use your own AI API key, which I understand is a big setup friction. You can check out my demo video instead if that is more convenient: https://youtu.be/ZYe5vWFRTus?si=9Fv8DhTHktwDK4mV Thank you…
Jun 2026 · github.com
- 17RI
2015 · github.com
- 18

- 19GA
2013 · github.com
- 20BA
2018 · github.com
- 21BG
We originally set out to solve complex debugging headaches and useless alerts caused by traditional security scanners in our own projects. Static Analysis (SAST) flagged too much noise because it couldn't verify runtime context, while Dynamic Analysis (DAST) missed internal logic bugs because it treated the app like a black box. We built a CLI tool to bridge this gap using grey box testing from a red team approach. We use internal knowledge of the codebase to guide parallel execution, allowing us to find complex or hidden logic errors and attack paths standard linters/scanners miss. The…
Dec 2025 · bloodhoundsecurity.ca
- 22AG
I built a GitHub app that checks for uncompleted checkboxes within pull request comments and blocks the merge if found. This allows you to treat checkboxes as to-do’s and: * Open pull requests with a to-do list template -> make sure all steps are completed before merging * Leave to-do reminders for yourself as you work on a pull request * Leave to-do reminders for someone else as part of your code review Especially useful for large PRs with collapsed comments.
2024 · github.com
- 23JA
2017 · jumpfm.org
- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →