Gengliang Wang created SPARK-35842:
--------------------------------------
Summary: Ignore all ".idea" directory in submodules
Key: SPARK-35842
URL: https://issues.apache.org/jira/browse/SPARK-35842
Project: Spark
Issue Type: Bug
Components: Project Infra
Affects Versions: 3.2.0
Reporter: Gengliang Wang
Assignee: Gengliang Wang
After https://github.com/apache/spark/pull/32337, all the `.idea/` in
submodules are treated as git difference again.
For example, when I open the project `resource-managers/yarn/` with IntelliJ,
the git status becomes
{code:java}
Untracked files:
(use "git add <file>..." to include in what will be committed)
resource-managers/yarn/.idea/
{code}
The same issue happens on opening `sql/hive-thriftserver/` with IntelliJ.
We should ignore all the ".idea" directories instead of the one under the root
path.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]