Is there way I can explicitly tell pulumi to ignor...
# typescript
b
Is there way I can explicitly tell pulumi to ignore a particular object that happened to be exported in my module? Right now any
export const something…
will be shown in pulumi log, hard to traverse through this noize.