Possible implications of of adding *.sdf files to .gitignore

梦想与她 提交于 2019-12-05 05:17:05
VonC

It looks like *.sdf are usually included in .gitignore files,; as illustrated in ".gitignore for Visual Studio Projects and Solutions", but also on the GitHub gitignore project.

One potential effect can be regarding some local modifications being overriden: see "Local Data Cache Sync does not save client changes to sdf file".

But other than that, ignoring cache file from a source control repository is a good practice.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!