OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
50.58k stars 4.41k forks source link

Add .idea to .gitignore #1273

Open audriu opened 1 month ago

audriu commented 1 month ago

Added ignoring of .idea/ folder as it should be ignored. There was an entry in .gitignore file but it was commented for some reason.

Pre-Submission Checklist (optional but appreciated):

OS Tests (optional but appreciated):

KillianLucas commented 2 weeks ago

Hi @audriu! I just want to make sure I understand why? Above that it says this:

For a more nuclear option (not recommended) you can uncomment the following to ignore the entire idea

I feel if they don't recommend it, we shouldn't do it. What do you think?

audriu commented 2 weeks ago

Well, that comment is just weird it includes the link to a template but does not include anything from it. Usually, IDE configuration is not committed and I can see it is not committed to open-interpreter either. Big projects just exclude IDE configurations completely like here: https://github.com/numpy/numpy/blob/main/.gitignore#L9 , https://github.com/pytorch/pytorch/blob/main/.gitignore#L227 , https://github.com/python/cpython/blob/main/.gitignore#L36