-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Ignore file or directory #9
Comments
@bomrafinha thanks for your advice! Currently this extension does not ignore any thing. However, I did considered to add configuration for users to specify ignore patterns, for example, |
emmm any news here? |
I see the code load directoryIgnore in vscode.getConfiguration from config.ts Could we load directoryIgnore from |
should a {
"asciiTreeGenerator.directoryIgnore": [
".git",
"node_modules",
"venv",
"__pycache__",
".vscode",
".idea",
".next",
".nuxt",
"dist",
"build",
"coverage"
]
} for for line
? |
As this repository seems unmaintained, you might want to try another extension that has the feature you are asking for. It supports own ignore files, as well as using the |
BTW: Look this pr: #20 It is have another future like Maybe you can pick it to your repo. |
(Translated) It would be interesting if there was a way to ignore files or directories within a main directory. Something like the git .gitignore file. Example: Ignore the project's .git directory.
(Original) Seria interessante se houvesse uma maneira de ignorar arquivos ou diretórios dentro de um diretório principal. Algo como o arquivo .gitignore do git. Exemplo: Ignorar o diretório .git do projeto.
The text was updated successfully, but these errors were encountered: