Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Duet AI ] List of file extension to be ignore and .duetaiignore #3185

Open
tarrade opened this issue Feb 27, 2024 · 1 comment
Open

[Duet AI ] List of file extension to be ignore and .duetaiignore #3185

tarrade opened this issue Feb 27, 2024 · 1 comment
Labels

Comments

@tarrade
Copy link

tarrade commented Feb 27, 2024

(Please ensure you are running the latest version of Cloud Cloud IntelliJ with Help > Check for Updates.)

(screenshots are often helpful)

Feature requestr

We would like to be able to provide a list of file extension so Duet AI (from any IDE) ignore such files. The idea is to protect sensitive information in file like .env but also sensitive data or customer data that could be in Excel or Jupyter notebook files.

At the Admin level Copilot is providing something like below that will be nice to have as well in Duet AI admin console

"*":
 - "*.csv"
 - "*.json"
 - "*.xml"
 - "*.log"
 - "*.txt"
 - "*.properties"
 - "*.env"
 - "*.ipynb"
 - "*.xls"
 - "*.xlsx"
 - "*.xlsm"
 - "*.pem"
 - "*.der"
 - "*.cer"
 - "*.crt"
 - "**/*.csv"
 - "**/*.json"
 - "**/*.xml"
 - "**/*.log"
 - "**/*.properties"
 - "**/*.env"
 - "**/*.ipynb"
 - "**/*.txt"
 - "**/*.pem"
 - "**/*.crt"
 - "**/*.der"
 - "**/*.cer"
 - "**/*.xls"
 - "**/*.xlsx"
 - "**/*.xlsm"

For regulated industry this is very important.

This is should be (also) at the IDE level (VS Code and Pycharm) like .duetaiignore. There is heavily discussion on the copilot side [1]

[1] https://github.com/orgs/community/discussions/10305

@ivanporty
Copy link
Contributor

Thanks @tarrade! We are working on this at the moment and will update you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants