exclude-indexing-filetree icon indicating copy to clipboard operation
exclude-indexing-filetree copied to clipboard

Excludes folders from the Brackets project parser to avoid performance problems and seach indexing files limitation. Tries to exclude also folders included inside projects .gitignore file (if any).

Results 5 exclude-indexing-filetree issues
Sort by recently updated
recently updated
newest added

Greetings from the [Brackets.io](https://brackets.io) & [phcode.dev](https://phcode.dev) community. We have [simplified extension development and publish workflows](https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes) for you. ## This Pull Request Please merge in this pull request to be able...

I had a file named `logitem.js`, this was not located in the excluded folders. However it did not show up in the folder. If I disable the extension or rename...

Is there a way to differentiate between folders and files when excluding something?, Adding "files" to the list of exclusions excludes the folder 'files' but also 'my_profiles.php'. I'd rather exclude...

I love that it looks through an existing .gitignore file for files to exclude. It would be nice to have a feature that overrides what gitignore it excluding. I would...

enhancement

I have a .gitignore like: ``` /bin /include /lib __pycache__ .Python pip-selfcheck.json pyvenv.cfg ``` The /bin, /include and /lib lines seem to be completely ignored. Removing the starting slash fixes...