Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node_modules can be excluded from listings #275

Open
justparking opened this issue Dec 20, 2022 · 3 comments
Open

node_modules can be excluded from listings #275

justparking opened this issue Dec 20, 2022 · 3 comments

Comments

@justparking
Copy link
Contributor

When hosting node.js projects within nodel, the file listing often becomes cluttered with node_modules folders.

Example:
image

It should be entirely safe to exclude them from listing as they're generally all auto-generated and not to be touched anyway.

@morimoriysmoon
Copy link
Contributor

A new branch added. be5b592

@justparking
Copy link
Contributor Author

justparking commented Mar 9, 2023

Hey @morimoriysmoon - I know there's some nodel system file filtering done in the backend right where you made the change, but for this one I think it makes more sense to do it in the frontend.

I thought there was already some filtering being done there by looking at this list comparison showing _example.pysp excluded.

image

image

I believe it's by file extension but can you broaden it to specifically include some specific folders, in this case node_modules.

@morimoriysmoon
Copy link
Contributor

UI handles the exclusion.
6aea602

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants