entropy-research / Devon

Devon: An open-source pair programmer
GNU Affero General Public License v3.0
3.19k stars 256 forks source link

Add a way to ignore some folders from scanning #51

Closed imakecodes closed 4 months ago

imakecodes commented 4 months ago

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?

ObjectJosh commented 4 months ago

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

Mihir1003 commented 4 months ago

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

imakecodes commented 4 months ago

@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

akiradev0x commented 4 months ago

@imakecodes doing that now!

akiradev0x commented 4 months ago

just merged code for this. closing.