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

ignore node_modules directories #138

Closed
lifeiscontent opened this issue May 15, 2020 · 2 comments
Closed

ignore node_modules directories #138

lifeiscontent opened this issue May 15, 2020 · 2 comments
Labels

Comments

@lifeiscontent
Copy link

It would be nice to run destiny in projects that don't use a src folder. Currently not possible due to node_modules being in the same dir.

@andria-dev
Copy link

I like the idea of adding a -I (or -i) and --ignore option. I think we'd just need to run all of the files that matched the original glob through this glob. If they match the --ignore glob we'd just remove them from the output. There could be a more efficient way to do this though (I mean node_modules should just be ignored by default IMO)

github-actions bot pushed a commit that referenced this issue Aug 19, 2020
## [0.7.1](v0.7.0...v0.7.1) (2020-08-19)

### Bug Fixes

* [#115](#115), fix [#107](#107) ([8a4ea3e](8a4ea3e))
* [#136](#136) ([b194bbf](b194bbf))
* [#138](#138) ([54bd159](54bd159))
* add utils to spec fixture ([9d75c93](9d75c93))
* don't overwrite existing files ([9a2c6c4](9a2c6c4))
* handle edge cases where linked file is not found ([3a139cd](3a139cd))
* look for source file based on test file name first instead of first import ([0544d61](0544d61))
* remove node_module test because git ignores that folder ([6036bab](6036bab))
* treat story files like tests ([16edcb7](16edcb7))
* unused files ([85543f4](85543f4))
@github-actions
Copy link

🎉 This issue has been resolved in version 0.7.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

No branches or pull requests

2 participants