drive
drive copied to clipboard
.driveignore does not ignore node_modules
I cannot get .driveignore to ignore the contents of a node_modules folder. .gitignore syntax is node_modules/, but that does not seem to work with .gitignore. I also didn't have any luck with node_modules, or **/node_modules.
just faced this issue and turns out I did not pay enough attention to readme.
drive allows you to specify a '.driveignore' file similar to your .gitignore, in the root directory of the mounted drive.
moving my .driveignore to root directory of the mounted drive and modifying the file accordingly fixed this for me.