triggermesh / tm

TriggerMesh CLI to work with knative objects
https://triggermesh.com
Apache License 2.0
84 stars 15 forks source link

Support for .tmignore or respect .gitignore #195

Closed eddiewang closed 2 years ago

eddiewang commented 4 years ago

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?