continue icon indicating copy to clipboard operation
continue copied to clipboard

[Enhancement] Add a method to force Continue to include file(s) in the index

Open sealad886 opened this issue 1 year ago • 5 comments

Validations

  • [X] I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • [X] I'm not able to find an open issue that requests the same enhancement

Problem

Continue indexing uses .gitignore to determine files that should not be in the index. There is currently no way to force the index to include a file or directory that is listed in .gitignore.

Solution

Create a .continueinclude file that is checked after ignore to add missing files and directories back into the index.

sealad886 avatar Jul 30 '24 00:07 sealad886