bcharbonnier / SublimeFileSync

Sublime Text 2 FileSync plugin
44 stars 10 forks source link

Literal file matching? #13

Open leoj3n opened 11 years ago

leoj3n commented 11 years ago

Seems I have to inject a * to get the ignore to happen...

This works:

"exclude_pattern_list": ["*.lock", "*composer.json", "*README.md", "*.gitignore"]

This does not:

"exclude_pattern_list": [".lock", "composer.json", "README.md", ".gitignore"]

(appreciate the plugin regardless, thank you)

graphicagenda commented 10 years ago

+1, the wildcard prefix fixed my excludes list.