bit101 / ProjectMaker

A Sublime Text 2/3 plugin to allow creating any kind of project from your own custom templates
MIT License
233 stars 36 forks source link

Add setting to prevent certain folders from being copied to new project #6

Closed casio closed 11 years ago

casio commented 12 years ago

When you have your own precious project template under version control, project_maker will copy the version control folders over to the new project.

This most recent commit in this pull request adds the setting ´non_copied´, which takes a list of blob style patterns that get ignored when the template files are being copied. Maybe it would even make sense to have the patterns hard-coded, rather than settings-based?

(Sorry again for the pull request containing my other commits, next time I hope will be cleaner : )

bit101 commented 11 years ago

I already pulled the other ones. If you can separate this one out somehow and re-request it somehow, I'll take a look. Thanks!