Git Product home page Git Product logo

exclude-folders's People

Contributors

gruehle avatar theel0ja avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

exclude-folders's Issues

Configurable

I know that I can manually edit the main.js file to add/change the list of excluded folders. But I think it would nice to have a GUI or even a config file where I could edit this without opening the main source file.

Where is main.js located?

I would like to edit the regex to eliminate additional folders, but cannot locate the main.js file.

edit regular expression in line 41 of main - HOW!!!

Dear sir/madam,

I thank you for writing such a useful extension as this as my Brackets is taking 30 seconds to search my Laravel implementation.

I want exclude all non user folders

how can I add them to this regular expression considering I don't know the first thing about writing/editing a regex!

I would be great if you stick an example on your readme page or a link to a (really simple) example

actually,

after a little effort i found this

http://regexpal.com/

put in this
cow|node_modules|from|banana

and got this

cow node_modules from banana

so I guess it the pipe ( | <--- ) you use to sperate strings (folder names)

Please let me know if this is incorrect.

Thanks

deemyBoy

Release the extension to Brackets registry

Thanks for your extension, it's super-useful. However, I need to manually installing it using the URL instead of the selecting it in the Brackets Extension Manager. Could you register it in the central registry?

Exclude only for indexing purpose

The main reason to use this plugin is to avoid the full text indexing of source files within the npm/bower package folders. I kept getting warnings in Brackets regarding this when searching.

The extension removes the folders from the project, they are no longer visible. There should be an option to hide/show the excluded folders.

Lower level folders?

How would I write the RegEx to exclude images/, but not user/pages/images/?

return !name.match(/^(node_modules|.vagrant|assets|backup|images|bin|cache|logs)/);

excludes them both.

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.