stephband / jquery.event.swipe

jQuery custom events swipeleft, swiperight, swipeup and swipedown
stephband.info/jquery.event.swipe
446 stars 180 forks source link

Ignore node modules folder in git #42

Closed GitGudCode440 closed 5 months ago

GitGudCode440 commented 1 year ago

Ignore node modules folder in git since these dependencies don't need to be committed because they are meant to be installed by npm. When I do npm install, the git recognizes the node_modules folder as untracked.