Rocket.Chat.Apps-cli icon indicating copy to clipboard operation
Rocket.Chat.Apps-cli copied to clipboard

ignoredFiles are not ignored

Open vibl opened this issue 3 years ago • 2 comments

When I add .vscode/** in the ignoredFiles of .rcappsconfig, Typescript files in this directory are not ignored. (I use the Local History addons in VSCode, which adds local versions of files in the .vscode directory).

I tracked down the error to this line: https://github.com/RocketChat/Rocket.Chat.Apps-compiler/blob/f574fffd9a7c40fca2d963979f02a3023a5e2a1e/src/compiler/getAppSource.ts#L14

This line should use ignoredFiles instead.

vibl avatar Mar 30 '22 12:03 vibl

Feel free to submit a PR for this. Otherwise it might be a little while before we can get to it

graywolf336 avatar Mar 30 '22 14:03 graywolf336

Hey @graywolf336, I would really love to work on this issue.

I'll update you with the progress shortly.

preeesha avatar Feb 07 '24 05:02 preeesha