chore: 添加 .vscode 目录到 .gitignore 并注释掉 Scenes.config 中的场景配置
- 在 .gitignore 文件中添加 .vscode 目录,避免 Visual Studio Code 的配置文件被提交到仓库 - 在 Scenes.config 文件中注释掉一个场景配置,可能为了暂时禁用该场景或进行测试
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ Gateway/memory.txt
|
||||
LogicServer/perfermance.txt
|
||||
LogicServer/scripterror.txt
|
||||
core.*
|
||||
.vscode/
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user