Closed hotmeteor closed 9 years ago
Have you tried "node_modules/*"
or "node_modules*"
?
I updated to include both patterns but still no dice
ignore_patterns = [ "*.tmp", "*.TMP", "*/.git*", "*.DS_STORE", "_themes", "node_modules/*", "node_modules*", "src/bower_components" ]
Geez... reading the docs might help. RTFM Adam.
ignore_patterns = [ "*/directory/*" ]
I can't seem to get the ignore to work properly. Ignoring
node_modules
doesn't work. Here's my pattern:Related to #2