Skip to content

Remove Eclipse IDE configuration files from repository#318

Merged
rvosa merged 2 commits intomasterfrom
copilot/remove-eclipse-specific-files
Dec 22, 2025
Merged

Remove Eclipse IDE configuration files from repository#318
rvosa merged 2 commits intomasterfrom
copilot/remove-eclipse-specific-files

Conversation

Copy link
Contributor

Copilot AI commented Dec 22, 2025

Removes Eclipse-specific configuration files that should not be version controlled, as they are IDE-specific and auto-generated.

Files removed:

  • .settings/ directories (4 directories, 22 files total)
  • .classpath files (5 files)
  • .project files (4 files)
  • .springBeans files (2 files)

Updated .gitignore:
Added patterns to prevent these files from being committed in the future:

# Eclipse-specific files and folders
.settings/
.classpath
.project
.springBeans

This cleanup affects the following modules: treebase-web, treebase-core, treebase-phylowidget, oai-pmh_data_provider, and oai-pmh_data_provider/data_provider_web.

Original prompt

Remove all Eclipse-specific files and folders anywhere in the repo, namely:

  • .settings/ (folder plus contents)
  • .classpath
  • .project
  • .springBeans

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: rvosa <106490+rvosa@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove Eclipse-specific files and folders from the repository Remove Eclipse IDE configuration files from repository Dec 22, 2025
Copilot AI requested a review from rvosa December 22, 2025 11:09
@rvosa rvosa marked this pull request as ready for review December 22, 2025 12:40
@rvosa rvosa merged commit ca5ba6d into master Dec 22, 2025
2 checks passed
@rvosa rvosa deleted the copilot/remove-eclipse-specific-files branch December 22, 2025 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants