Skip to content

Instantly share code, notes, and snippets.

@lmcneel
lmcneel / vs-extensions.md
Last active October 27, 2020 16:00
VS Code Exensions
@lmcneel
lmcneel / remove-node-modules.md
Last active April 21, 2024 19:39
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
@staltz
staltz / introrx.md
Last active May 3, 2024 13:00
The introduction to Reactive Programming you've been missing