node_modules this folder has been ignore by me
but there is an elementUI folder under node_modules, and I have modified the files in it
so the effect I want:
only upload the elementUI, under node_modules and do not upload the rest. How can I do this?
I tried git add node_modules/elementUI, but it didn"t work.