Skip to content

Instantly share code, notes, and snippets.

View anoguchi's full-sized avatar

Alberto Hideyo Noguchi Filho anoguchi

View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active March 25, 2026 02:36
Conventional Commits Cheatsheet
@lmcneel
lmcneel / remove-node-modules.md
Last active November 5, 2025 11:41
How to remove node_modules after they have been added to a repo

How to remove node_modules

Create a .gitignore file

  1. Check for an existing .gitignore file in the project directory
ls -a