gpt4 book ai didi

asp.net - 颠覆提交时要忽略的文件夹

转载 作者:行者123 更新时间:2023-12-02 17:47:37 24 4
gpt4 key购买 nike

哪些文件夹不能提交到 Subversion 服务器?

我正在谈论 Visual Studio 2.008 中的标准 asp.net Web 应用程序。我认为bin文件夹是因为它的文件是重新生成的,还有其他的吗?

最佳答案

我们将此字符串作为 svn:ignore 属性放在我们所有的项目上:

*.pdb  
*.exe
*.dll
debug/*
release/*
*.user
*.suo
obj/*
bin/*
obj
bin
VSMacros80

关于asp.net - 颠覆提交时要忽略的文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/626399/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com