jdavisclark / mite

schema migrations so easy you already know how to write them. guaranteed.
http://jdc0589.github.io/mite
11 stars 6 forks source link

Add ability to specifically ignore migrations directories in project dependencies #34

Closed zmckinnon closed 10 years ago

zmckinnon commented 10 years ago

We will need to be able to ignore submodule migration directories. I have ran into the case where I have a mite.config file in a project dependency that is for an example and it should NOT recognize that as a submodule.

jdavisclark commented 10 years ago

adding support for a git style .miteignore file should be easy enough.

jdavisclark commented 10 years ago

fixed in 48d77d36e2fcfe35bcb0b1910732a1f786df77e8

an "ignorePaths": [] property is supported in the .mite config now. It uses minimatch style patterns tested against mite root relative paths. examples added to the documentation.