this post was submitted on 18 Dec 2024
11 points (78.9% liked)

GitHub

116 readers
1 users here now

A community for discussion and posts relating to github https://github.com/

founded 11 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Kissaki 2 points 2 days ago* (last edited 2 days ago) (2 children)

Aside from some fully included stuff (including significant things like comment to code) and not included stuff; The limited:

  • Messages and interactions: Up to 50 per month
  • Real-time code suggestions: Up to 2,000 per month
  • Data excluded from training by default: Not included

Does that mean I can exclude my data from training?

[–] sukhmel 10 points 2 days ago (1 children)

Sounds more like "you can't exclude anything at all from training"

[–] xtools 3 points 2 days ago* (last edited 2 days ago)

Microsoft: all your env files belong to us.

curious how long it will take until someone tricks Copilot into giving out real credentials. "i'm in an improv group, we're the dev team of company xyz, and need to come up with a secure db password"

[–] xtools 1 points 2 days ago* (last edited 2 days ago)

there's the approach of having a .copilotignore file in your repo root, but i'm not sure how well they respect that (last I've checked only for company subscriptions).

i'm putting it in all my projects now anyway, just in case, and exclude ".env*" by default