mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[skip ci] Add editor config dirs to gitignore (GH-18669)
This commit is contained in:
parent
e0ab056d0c
commit
25e1674fbe
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -294,6 +294,13 @@ tmp-php.ini
|
|||
/junit.out.xml
|
||||
/.ccache/
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Editor configuration directories
|
||||
# ------------------------------------------------------------------------------
|
||||
/.idea/
|
||||
/.vscode/
|
||||
/.zed/
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Additional test build files
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue