Keep generated output and installed dependencies out of version control by listing them in .gitignore.
Why This Matters
Committing build output and node_modules/vendor bloats the repo, creates noisy diffs, and causes merge conflicts on generated files.
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.