gatsby-es icon indicating copy to clipboard operation
gatsby-es copied to clipboard

Add node_modules/ to .gitignore

Open TerabyteTiger opened this issue 4 years ago • 0 comments

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"

TerabyteTiger avatar Jun 30 '20 17:06 TerabyteTiger