Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upsupport app node_modules #61
Comments
This comment has been minimized.
This comment has been minimized.
|
Yeah, I actually think 1 would work. Happy to consider a PR for it. |
Closed
feross
added a commit
that referenced
this issue
Apr 8, 2015
feross
closed this
in
#107
Apr 9, 2015
lock
bot
locked as resolved and limited conversation to collaborators
May 11, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ahdinosaur commentedMar 11, 2015
we use the
src/node_modulespattern in our apps (e.g. here and here), so the default ignore of**/node_modules/**doesn't work for us.previous discussion in #35.
possible solutions already brought up:
1 makes a lot of sense, i don't see how it wouldn't work as the
src/node_modulespattern as i understand it doesn't involve asrc/package.json. keen to hear what people think, am happy to implement a PR for this.