Ignoring folders syntax

I’m trying to ignore some folders like ‘…/.meteor/packages/…’ and ‘…/node_modules/’ but nonthing I add to the ignore list seems to work. Things I’ve tried:

*/.meteor/packages/** (glob)
.meteor/packages/**
.meteor/packages/

.meteor/packages

all of these still seem to want to sync those folders. Can anyone provide some help here? Is it possible the . is causing issues?

Will be tagging our engineers @lpugoy @marte @jimperio @dipesh and they will get back to you.

Hello @leboff, sorry we don’t support path-based ignoring right now. We only support ignoring based on filenames.