ignore folders at the root of workspace not properly ignored #704
Labels
bug
Something isn't working
foam-vscode
Foam for VSCode extension in packages/foam-vscode
help wanted
Extra attention is needed
Milestone
This is linked to #304
Let's assume that the structure of my workspace in vscode is as follow:
From #304, we know how to ignore
A/
. But I don't manage to ignore all the other files (in folders at the root of the workspace:folder1/
,folder2/
) from showing up in the graph view.I added
"foam.files.ignore": []
in 'settings.json' in both the workspace and the user (I also tried adding ../ in front of the paths), but it does not ignore the folders. Only the folders that are inside my 'foam directory' seems to be ignorable.And I much rather avoid having several vscode windows opened 😅 Any clue how we could go about it? 😃
The text was updated successfully, but these errors were encountered: