chore: 添加 .vscode 目录到 .gitignore 并注释掉 Scenes.config 中的场景配置

- 在 .gitignore 文件中添加 .vscode 目录,避免 Visual Studio Code 的配置文件被提交到仓库
- 在 Scenes.config 文件中注释掉一个场景配置,可能为了暂时禁用该场景或进行测试
This commit is contained in:
aixianling
2025-01-02 13:50:41 +08:00
parent 14970cf6bf
commit bb322b9e8b
2 changed files with 12 additions and 11 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ Gateway/memory.txt
LogicServer/perfermance.txt
LogicServer/scripterror.txt
core.*
.vscode/

View File

@@ -1610,17 +1610,17 @@ Scenes = {
name = Lang.Scenes.s00005,
mapHide = false,
},
{
posx = 150,
posy = 87,
dist = 1,
toSceneid = 54,
toPosx = 17,
toPosy = 13,
modelid = 0,
name = Lang.Scenes.s00054,
mapHide = true,
},
-- {
-- posx = 150,
-- posy = 87,
-- dist = 1,
-- toSceneid = 54,
-- toPosx = 17,
-- toPosy = 13,
-- modelid = 0,
-- name = Lang.Scenes.s00054,
-- mapHide = true,
-- },
{
posx = 149,
posy = 108,