Hacker News new | ask | show | jobs
by reubenmorais 461 days ago
Git natively supports excludes in all pathspecs, e.g. `git log -- ':!generated/'` to exclude files in the `generated/` folder from showing up in the log.