drive icon indicating copy to clipboard operation
drive copied to clipboard

.driveignore does not ignore node_modules

Open fogoplayer opened this issue 7 years ago • 1 comments

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.

fogoplayer avatar Mar 27 '18 11:03 fogoplayer

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.

omicron-b avatar Dec 26 '18 20:12 omicron-b