Conversation
There was a problem hiding this comment.
Pull request overview
Removes Eclipse IDE metadata from the repository to avoid maintaining project files for a single IDE and to reduce references to the tools/ directory.
Changes:
- Add
.classpathto.gitignoreto prevent it from being reintroduced. - Delete the tracked
.classpathEclipse classpath file (which referenced JARs undertools/).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.gitignore |
Ignores Eclipse .classpath going forward. |
.classpath |
Removes Eclipse classpath configuration from version control. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
garydgregory
left a comment
There was a problem hiding this comment.
LGTM. Might need to add .settings as well.
I don't think that's in the repo. Possibly that was already removed if it was ever here. |
Oh, you want it added to .gitignore. That makes sense. |
Anyone using Eclipse can import the project directly with the new project wizard. In general we don't want to maintain files for one specific IDE. We've already ignored various IntelliJ files.
Part of cleaning out references to the tools directory so we can delete a lot of that.