kapsolas / MMM-Instagram

39 stars 12 forks source link

.gitignore #1

Closed anned20 closed 7 years ago

anned20 commented 8 years ago

Nice work man!

Good luck learning Git. (I'm not a master, but I'm getting the hang of it.)

You might wanna add a .gitignore file in the project folder.

In this file you can (should, in my opinion) add node_modules.

This way that folder is not uploaded and displayed in Git.

NPM will automatically create this folder and download the plugins when using npm install

Cheers! anned20