Hi,
how do you show .htaccess-files inside of the sidebar only?
The sidebar should show all visible files and folders PLUS all .htaccess-files.
How do I change the settings inside of my project so it works like I mentioned above? Or is there some kind of exception-pattern available (e.g. hide all invisible files and folders EXCEPT all .htaccess-files)? If not this would be a feature request for future versions because without exceptions it’s a pain in the a$$ to write down all rules inside of the project settings:
"file_exclude_patterns":
"._*",
"*.bak",
"*.ico",
"*.sample",
"*.swf",
"*.tar",
"*.tgz",
"wp-*.php",
"*.zip"
]
TIA!