[MINOR][INFRA] Add python/.idea into git ignore

### What changes were proposed in this pull request?

This PR adds `python/.idea` into Git ignore. PyCharm is supposed to be open against `python` directory which contains `pyspark` package as its root package.

This was caused by https://github.com/apache/spark/pull/32337.

### Why are the changes needed?

To ignore `.idea` file for PyCharm.

### Does this PR introduce _any_ user-facing change?

No, dev-only.

### How was this patch tested?

Manually tested by testing with `git` command.

Closes #32490 from HyukjinKwon/minor-python-gitignore.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
This commit is contained in:
Hyukjin Kwon 2021-05-10 16:52:59 +09:00
parent 20d32242a2
commit d808956be4

1
.gitignore vendored
View file

@ -18,6 +18,7 @@
# The star is required for further !.idea/ to work, see https://git-scm.com/docs/gitignore
.idea/*
!.idea/vcs.xml
python/.idea
.idea_modules/
.project
.pydevproject