React ~ .gitignore - rohit120582sharma/Documentation GitHub Wiki

Create a .gitignore at the root of your project to ignore the stuff we don't want to commit. Go ahead and put this in there:

dist/
coverage/
node_modules/

.env
.DS_Store
.cache/
.vscode/