源代码管理可以安全地忽略 DreamWeaver _notes 文件夹和 dwsync.xml 文件吗?
我看到 Dreamweaver 生成的 _notes
文件夹(包含 dwsync.xml
文件)被我们新收购的设计团队签入到我们的源代码控制系统中。
我从未使用过 Dreamweaver,但 Google 研究告诉我,它们与本地计算机和远程服务器之间的文件同步有关。
我猜这是特定于他们的机器的元数据,对于其他机器上的其他团队成员没有任何用处?
我可以安全地将其源代码管理客户端配置为在签入文件和文件夹时忽略此文件夹吗?
I see Dreamweaver generated _notes
folders (containing dwsync.xml
files) being checked into our source control system by our newly acquired design team.
I've never used Dreamweaver but Google research tells me they have something to do with synchronising files between the local machine and a remote server.
I am guessing this is meta-data specific to their machine and serves no useful purpose for other team members on other machines?
Can I safely configure their source control client to ignore this folder when checking in files and folders?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据这篇 Adobe 帮助文章:
考虑到,如果发生损坏,Adobe 的建议是删除这些文件,关闭 Dreamweaver,然后重新打开它以重新生成所述文件,这意味着我们正在谈论生成的内容。
并且生成的内容通常不需要进行版本控制。
According to this Adobe help article:
Considering that, in case of corruption, Adobe's advice is to delete those files, close Dreamweaver, re-open it in order to re-generate said files, that means we are talking about generated content.
And generated content usually doesn't need to be versioned.