Open Ajay121code opened 2 weeks ago
adding below is not working noting is ignored even after adding this in my setting.json file.
"draw.folder.structure.exclude": [ "/node_modules", "/.git", "/dist", "/.next", "**/out" ]
also tried in below format. "draw.folder.structure.exclude": [ "/node_modules", ".git", "/dist", ".next", "/out" ]
Adding them like this should work
"draw.folder.structure.exclude": [ "**/__pycache__", "**/dist", "**/*.log", "**/*.tmp", "**/.git", "**/.github", ]
adding below is not working noting is ignored even after adding this in my setting.json file.
"draw.folder.structure.exclude": [ "/node_modules", "/.git", "/dist", "/.next", "**/out" ]