This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-24
Channels
Recently, in a deps.edn project, files come up in search and usage search from a directory marked as excluded
. In my case, these are “compiled” files so it’s pretty annoying because I should not be editing those.
Is there an additional configuration I need for this or did this break recently?
I can’t think of anything that should cause this. This all happens at the IntelliJ level, rather than Cursive, so something must have changed there. It’s possible the project has just gotten funky, have you tried unmarking the directory and then remarking it as excluded?
@UGMAVSMUM does your deps.edn file include that directory anywhere in an alias?
The deps.edn does not include that directory in an alias, but it includes it in path
. Could that be why?
Yeah, if you have enabled that alias in Cursive settings