Using tm deploy locally is great, except when you have node_modules in your directory. tm will try to push that entire folder, regardless of whether or not you have .gitignore in place.
Can we have tm respect .gitignore files? Or maybe a special .tmignore instead?
Using
tm deploy
locally is great, except when you have node_modules in your directory.tm
will try to push that entire folder, regardless of whether or not you have .gitignore in place.Can we have tm respect .gitignore files? Or maybe a special
.tmignore
instead?