refactor: 修改.gitignore

This commit is contained in:
2025-11-20 11:00:35 +08:00
parent 80678c23e2
commit ef5d2c6ab9
2 changed files with 26 additions and 1 deletions

1
.gitignore vendored
View File

@@ -12,6 +12,7 @@ public/dist
public/opendoc
/.idea
/.vscode
/.zed
/vendor
/.settings
/.buildpath

24
.zed/settings.json Normal file
View File

@@ -0,0 +1,24 @@
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"languages": {
"PHP": {
"language_servers": ["intelephense","!phpactor"]
}
},
"lsp": {
"intelephense": {
"initialization_options": {
"stubs": [
"wordpress",
"laravel",
"symfony",
"codeigniter",
"thinkphp"
]
}
}
}
}