Open Coderaxx opened 1 year ago
Happens here: https://github.com/athombv/node-homey/blob/4810d75bb2c8204407ca9888bfd6ca0f4edd07f5/lib/App.js#L1529
By the way, @jeroenwienk, with the new ESM option, you probably also want to handle *.{ts,mts;cts}
(and not only *.ts
) here: https://github.com/athombv/node-homey/blob/4810d75bb2c8204407ca9888bfd6ca0f4edd07f5/lib/App.js#L1537
I've been trying to figure out how to get the .homeyignore file working properly. I've tried a ton of different ways to "find" the files and paths, without luck. Whenever i do publish from CLI, it still includes everything that's supposed to be ignored. Any idea what I'm doing wrong?
Here's what I have now: