Skip to content

Commit 25e1674

Browse files
authored
[skip ci] Add editor config dirs to gitignore (GH-18669)
1 parent e0ab056 commit 25e1674

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,13 @@ tmp-php.ini
294294
/junit.out.xml
295295
/.ccache/
296296

297+
# ------------------------------------------------------------------------------
298+
# Editor configuration directories
299+
# ------------------------------------------------------------------------------
300+
/.idea/
301+
/.vscode/
302+
/.zed/
303+
297304
# ------------------------------------------------------------------------------
298305
# Additional test build files
299306
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)