pursuit icon indicating copy to clipboard operation
pursuit copied to clipboard

Hide modules that are in bower.json "ignore" field

Open no-longer-on-githu-b opened this issue 9 years ago • 1 comments

I have this in bower.json:

"ignore": [
  "/.pulp-cache",
  "/output",
  "/src/Main.purs"
],

I think Pursuit should not show the Main module. Maybe this is a psc-publish issue though?

no-longer-on-githu-b avatar Sep 24 '16 20:09 no-longer-on-githu-b

This is a nice idea that hadn't occurred to me, and I think it makes sense for psc-publish to ignore files listed in the ignore field in bower.json; I can't think of a reason not to. If we were going to implement this i think it would only involve code changes in the compiler repo, yes.

hdgarrood avatar Oct 12 '16 12:10 hdgarrood