Re-add eclipse .settings directory
Merge Request
Breaking Changes
None
Description
The .settings directory is important for Eclipse users as it contains central information about the project. Without this directory, Eclipse does not know that it is a web project, which means that you can no longer run and debug the project.
Screenshot
Checklist
-
The code compiles without any warnings. -
I followed the code review checklist. -
The documentation has been added/updated. -
There are no System.out.println()
statements. -
package-lock.json
was not changed unless I added or edited dependencies.
Related Issues
- Related #
- Closes #