我可以忽略 Katalon Studio settings/internal 文件夹吗?
Can i gitignore Katalon Studio settings/internal folder?
在 Katalon Studio 中打开我的项目时,文件夹 settings/internals
会刷新,几乎不会添加任何新信息(例如,使用最后的 open/modified 数据更新评论,请参见截图),但 git 觉得我有新东西要提交。
我可以将整个文件夹放在 .gitignore
中吗?我有 Katalon Studio 创建的 .gitignore
文件,并且该文件夹没有被默认忽略。我不希望我的合作者疯狂地合并评论行。
示例com.kms.katalon.composer.testcase.properties
#Tue May 12 15:14:47 CEST 2020 <-- this lines gets updated when opening the project
testCaseTag=""
在 Katalon Studio 中打开我的项目时,文件夹 settings/internals
会刷新,几乎不会添加任何新信息(例如,使用最后的 open/modified 数据更新评论,请参见截图),但 git 觉得我有新东西要提交。
我可以将整个文件夹放在 .gitignore
中吗?我有 Katalon Studio 创建的 .gitignore
文件,并且该文件夹没有被默认忽略。我不希望我的合作者疯狂地合并评论行。
示例com.kms.katalon.composer.testcase.properties
#Tue May 12 15:14:47 CEST 2020 <-- this lines gets updated when opening the project
testCaseTag=""