You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/nodes-base/nodes/LocalFileTrigger/LocalFileTrigger.node.ts
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ export class LocalFileTrigger implements INodeType {
148
148
default: '',
149
149
placeholder: '**/*.txt or ignore-me/subfolder',
150
150
description:
151
-
'Files or paths to ignore. The whole path is tested, not just the filename. Supports <a href="https://github.com/micromatch/anymatch">Anymatch</a>- syntax.',
151
+
"Files or paths to ignore. The whole path is tested, not just the filename. Supports <a href=\"https://github.com/micromatch/anymatch\">Anymatch</a>- syntax. Regex patterns may not work on macOS. To ignore files based on substring matching, use the 'Ignore Mode' option with 'Contain'.",
152
152
},
153
153
{
154
154
displayName: 'Ignore Existing Files/Folders',
@@ -208,19 +208,20 @@ export class LocalFileTrigger implements INodeType {
0 commit comments