MasoniteFramework / orm

Masonite ORM is a beautiful Python ORM. It's also a nearly drop in replacement of the Orator ORM
https://orm.masoniteproject.com
MIT License
165 stars 48 forks source link

Migrations should ignore dotfiles. #835

Closed bezborodow closed 1 year ago

bezborodow commented 1 year ago

Bugfix for https://github.com/MasoniteFramework/masonite/issues/743.

bezborodow commented 1 year ago

This will ignore all filenames that begin with ..

For completeness, it might also be best to only run migration filenames that end in .py.