Devon icon indicating copy to clipboard operation
Devon copied to clipboard

Add a way to ignore some folders from scanning

Open imakecodes opened this issue 1 year ago • 3 comments

Devon appears to be attempting to read the entire directory, including both 'node_modules' and '.venv' folders. If so, is there a method to create a '.devonignore' file or utilize the existing '.gitignore' file to selectively 'hide' specific content from Devon?

imakecodes avatar May 22 '24 13:05 imakecodes

Hey @imakecodes this is a great suggestion! Going ahead and marking it as a good first issue :)

ObjectJosh avatar May 22 '24 20:05 ObjectJosh

Thanks for the idea! I will try to implement this by tomorrow

mihirchdev avatar May 22 '24 20:05 mihirchdev

@ObjectJosh @Mihir1003 I was taking a look on #53 and make sense to add a "exclude" key on .devon.config file instead of creating a new file for this

imakecodes avatar May 23 '24 14:05 imakecodes

@imakecodes doing that now!

akiradev0x avatar May 27 '24 21:05 akiradev0x

just merged code for this. closing.

akiradev0x avatar May 27 '24 21:05 akiradev0x