"I already commited my Node.js project, but I forgot to add node_modules to a gitignore. How fucked am I??"
It's cool, don't panic. First make your gitignore file:
$ touch .gitignore
| (function() { | |
| var highland = require("highland") | |
| var array = [1,2,3], | |
| spy = (message, fn) => { | |
| return x => { | |
| console.log(`${message} ${x}`) | |
| return fn(x) | |
| } | |
| }, |