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

Files in nodes_modules must be ignored when scanning current folder #51

Open
gravis opened this issue Nov 2, 2017 · 1 comment
Open
Assignees
Milestone

Comments

@gravis
Copy link
Member

gravis commented Nov 2, 2017

If no files are passed to toolbelt as param, the current folder and subfolders will be scanned:

gemnasium dependency_files push 
[warning] No files given, scanning current directory instead. 
[...]

We must exclude node_modules folders, as they will contains a lot of package.json files, and it will mess up the project on Gemnasium. This folder is used to install packages files locally: https://docs.npmjs.com/files/folders#node-modules

@gravis gravis added this to the 0.2.12 milestone Nov 2, 2017
@gravis
Copy link
Member Author

gravis commented Nov 2, 2017

We must also exclude .bundle folders

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

No branches or pull requests

2 participants