Giter Site home page Giter Site logo

dimitrk / exclude-indexing-filetree Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 3.0 13 KB

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).

License: MIT License

JavaScript 100.00%

exclude-indexing-filetree's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

exclude-indexing-filetree's Issues

file vs folder exclusion

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 just the folder, not all the files that might contain the 'files' match.

Thank you.

.gitignore lines starting with "/" don't work

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 it, but those lines are specific like that for a reason..

Hides all files

Hi,

I installed your extension, and added the .brackets.json file to the root of my current project, with the following content:

{
"dimitrk.exclude-indexing-filetree.excludeList": [
"node_modules"
]
}

I'm using in addtion the "Projects" extension.
When I restart brackets, all files will dissappear in the project folder within this extension.

Cheers,
Alex

Specify some files not to hide

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 like to be able to gitignore settings files, but keep them indexed in brackets.

Something like
"dimitrk.exclude-indexing-filetree.excludeList": [ "!mysettings.file" ]
where mysettings.file exists in .gitignore

[BUG] logitem.js gets hidden in folder

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 it like log-item.js it does show up.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.