jpwilliams / microboot

Boot up your app in wee little modules.
4 stars 0 forks source link

Hidden folders are still found and searched #25

Closed jpwilliams closed 7 years ago

jpwilliams commented 7 years ago

Hidden files are skipped. Hidden folders should probably be skipped too.

jpwilliams commented 7 years ago

Might well be something that needs fixing in jpwilliams/microloader.

jacktuck commented 7 years ago

How about respecting .gitignore instead / too? Perhaps a .microboot too?

jpwilliams commented 7 years ago

😲 That's a cool idea. Might prefer an option on that though; it taking on config automatically's a bit scary.

Currently those files I wish to keep but not load I'll prefix with a . so they don't load and wanted to be able to do the same with folders.

I like the .gitignore thing though. --useGitIgnore? 😀

jpwilliams commented 7 years ago

Released in 2.1.4.