kirby zhou created RANGER-3633:
----------------------------------
Summary: Remove eclipse .project file from git
Key: RANGER-3633
URL: https://issues.apache.org/jira/browse/RANGER-3633
Project: Ranger
Issue Type: Improvement
Components: Ranger
Affects Versions: 3.0.0, 2.3.0
Reporter: kirby zhou
The ".project" file can easily be automatically modified by IDE such as vscode,
which causes troubles in submission. And the current ".project" file does not
contain any valuable information.
For example, my vscode always want to insert the following codelet:
{code:java}
<filteredResources>
<filter>
<id>1645410662828</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
{code}
I suggest to remove ".project" file from git. "pom.xml" is enough.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)