You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "drmaniac (via GitHub)" <gi...@apache.org> on 2024/02/28 21:30:01 UTC

[I] vscode: Respect .gitignore when scanning for kamlets [camel-karavan]

drmaniac opened a new issue, #1151:
URL: https://github.com/apache/camel-karavan/issues/1151

   ![image](https://github.com/apache/camel-karavan/assets/3472747/b1840328-e088-4f52-aa8a-26f07e3ed44a)
   
   When I use karavan within a project, it also scans folders that are specified in the .gitignore file. This results in files being displayed multiple times in the integration view.
   
   Perhaps it would also be good to specify the folders to be searched in the vscode settings.
   Or to have a .karavan settings file.
   
   This could then look like this, for example.
   
   ``` yaml
   integrations:
     exclude:
       - bin
       - build
     include:
       - **//resources/routes
   openapi:
     exclude: bin
     include: **//resources/openapi
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] vscode: Respect .gitignore when scanning for kamlets [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #1151: vscode: Respect .gitignore when scanning for kamlets
URL: https://github.com/apache/camel-karavan/issues/1151


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] vscode: Respect .gitignore when scanning for kamlets [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #1151:
URL: https://github.com/apache/camel-karavan/issues/1151#issuecomment-1992237075

   karavan project suppose to be a simple folder with files


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org