[skip ci] Add editor config dirs to gitignore (GH-18669)

This commit is contained in:
Dmitrii Derepko 2025-06-27 22:59:46 +04:00 committed by GitHub
parent e0ab056d0c
commit 25e1674fbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
.gitignore vendored
View file

@ -294,6 +294,13 @@ tmp-php.ini
/junit.out.xml
/.ccache/
# ------------------------------------------------------------------------------
# Editor configuration directories
# ------------------------------------------------------------------------------
/.idea/
/.vscode/
/.zed/
# ------------------------------------------------------------------------------
# Additional test build files
# ------------------------------------------------------------------------------