[cleanup] Add .idea to .gitignore
When you use the IntelliJ IDE, all the project-specific settings for the project are stored under the .idea folder. This patch add .idea to .gitignore to support IntelliJ IDE. Change-Id: I55ca6530f00fd64f088485f7c856ad602b145f63 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3813066 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/main@{#82637}
This commit is contained in:
parent
41738ca95e
commit
c246574ad4
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,6 +30,7 @@
|
|||||||
.cproject
|
.cproject
|
||||||
.gclient_entries
|
.gclient_entries
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
.idea
|
||||||
.jslint-cache
|
.jslint-cache
|
||||||
.landmines
|
.landmines
|
||||||
.project
|
.project
|
||||||
|
Loading…
Reference in New Issue
Block a user