cli
cli copied to clipboard
Ignore file in migrations folder
Would be great to able to ignore README.md in the migrations folder from the configuration file.
Would be great to able to ignore README.md in the migrations folder from the configuration file.
Any updates on this one?
Also useful for other helpful files like .eslintrc.json. This should be configurable.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is there any way to workaround this issue? I also have a .eslintrc.json
file inside my migrations folder, and its breaking the sequelize db:migrate
command.
Any updates?
No updates on this. I tried to reproduce it on #1114 but wasn't able to. If you have a reproducible example for this, we can look into this further.
See #1113 for some comments we had about this earlier, including this suggestion for a future feature:
"I think we should look into adding an extensions
glob option, and only treat files that match the glob as migrations. It would give the ability to skip files by setting it to something like *.migration.js
.
(it would also solve the issue we have with .ts
file extensions)"