Skip to content

Remove .settings changes (coming from Maven)#18

Open
vogella wants to merge 1 commit intomainfrom
gtignore
Open

Remove .settings changes (coming from Maven)#18
vogella wants to merge 1 commit intomainfrom
gtignore

Conversation

@vogella
Copy link
Copy Markdown
Member

@vogella vogella commented Apr 7, 2026

No description provided.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the .gitignore file to exclude .settings directories. The review feedback suggests simplifying the pattern by removing the redundant **/ prefix and adding a trailing slash to explicitly indicate that .settings is a directory.

pom.tycho
.tycho-consumer-pom.xml No newline at end of file
.tycho-consumer-pom.xml
**/.settings
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other directory patterns in this file (such as target/, build/, and .idea/), it is recommended to use a trailing slash to explicitly indicate that .settings is a directory. Additionally, the **/ prefix is redundant here as patterns without a leading slash automatically match at all directory levels in Git.

.settings/

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.

1 participant