gatsby-es
gatsby-es copied to clipboard
Add node_modules/ to .gitignore
Hi! Not a translation PR, but a quick fix to maybe save someone from the headache later.
Description
This change adds node_modules/
to .gitignore
.
If a user tries to change the repo, but runs yarn
out of habit, this PR will prevent there from being errors when the user tries to git add *
and git commit -m "message"