We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.vscode/settings.json
"foam.files.ignore": [ "journal/**/*", "/docs/**/*", "**/_layouts/**/*", "**/.vscode/**/*", "**/_site/**/*", "**/node_modules/**/*", "packages/**/*" ],
It worked in foam extension
But when I run foam-cli: foam janitor '~/Documents/foam-hub'
foam janitor '~/Documents/foam-hub'
Reading Files[info] Workspace folders: [ '/Users/name/Documents/foam-hub' ] [info] Glob patterns { includeGlobs: [ '/Users/name/Documents/foam-hub/**/*' ], ignoreGlobs: [] //it can't read the ignoreGlobs config
How to config ignoreGlobs for foam cli with the global config?
The text was updated successfully, but these errors were encountered:
foam-cli is no longer maintained/supported but kept open in case people want to propose their own fixes to possible issues they might come across.
foam-cli
In this case, looking at the code: https://github.com/foambubble/foam-cli/blob/main/src/commands/janitor.ts it can be see that foam-cli doesn't read any configuration file when bootstrapping, but simply use standard parameters.
Sorry, something went wrong.
No branches or pull requests
.vscode/settings.json
in Output Foam LogIt worked in foam extension
But when I run foam-cli:
foam janitor '~/Documents/foam-hub'
How to config ignoreGlobs for foam cli with the global config?
The text was updated successfully, but these errors were encountered: