.rooignore per mode #2947
tihomir-kit
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to have additional .rootignore per mode?
The use case is for example having a bigger project which includes a few subfolders like:
Migrations
...
WebAPI
WebApp
And having for example 3 custom modes for this project - Migrations, WebAPI and WebApp. Migrations absolutely doesn't need to know about any of the files in any of the other subfolders and it's just wasteful to list any of these files in the Migrations mode. Is there perhaps another way of achieving this?
Perhaps if this was used like this:
Any ideas / suggestions?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions