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
ignore command treee -l 10 --ignore "venv , app\tmp\__pycache__" not working , prints out everything. the folder structure works when only treee -l 10 --ignore venv is given.
The text was updated successfully, but these errors were encountered:
@mcazim98 I also had a similar issue, I ignored the single quotes. In your case you are ignoring the / at the end of the folder, that helped in my case.
Try this, treee -l 10 --ignore "venv/, app\tmp\__pycache__/"
ignore command
treee -l 10 --ignore "venv , app\tmp\__pycache__"
not working , prints out everything. the folder structure works when onlytreee -l 10 --ignore venv
is given.The text was updated successfully, but these errors were encountered: