首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏静心物语313的Coding

    vs使用指南

    如果是个可执行程序,操作系统需要的只是exe,dll,甚至是配置文件或资源文件,而并非在开发中举足轻重的csproj,sln,dbproj等文件。

    83620发布于 2020-03-24
  • 来自专栏逸鹏说道

    GitHub实战系列~3.提交github的时候过滤某些文件 2015-12-10

    .* ~$* *~ *.dbmdl *.dbproj.schemaview *.pfx *.publishsettings node_modules/ bower_components/ # RIA/Silverlight

    1.3K60发布于 2018-04-09
  • 来自专栏编程进阶实战

    Visual Studio使用Git忽略不想上传到远程仓库的文件

    [Cc]ache/ # Others ClientBin/ ~$* *~ *.dbmdl *.dbproj.schemaview *.jfm *.pfx *.publishsettings orleans.codegen.cs

    3.9K10发布于 2020-12-01
  • 来自专栏编程进阶实战

    Visual Studio使用Git忽略不想上传到远程仓库的文件

    [Cc]ache/ # Others ClientBin/ ~$* *~ *.dbmdl *.dbproj.schemaview *.jfm *.pfx *.publishsettings orleans.codegen.cs

    1.1K10编辑于 2025-04-21
  • 来自专栏软件工程师Michael

    说说gitlab中的.gitignore文件

    [Cc]ache/# OthersClientBin/~$**~*.dbmdl*.dbproj.schemaview*.jfm*.pfx*.publishsettingsorleans.codegen.cs

    1.4K20编辑于 2024-08-06
  • 来自专栏全栈工程师修炼之路

    Git入门学习到进阶1

    diff=csharp *.sln merge=union *.csproj merge=union *.vbproj merge=union *.fsproj merge=union *.dbproj

    82221编辑于 2022-09-28
  • 来自专栏全栈工程师修炼之路

    Git入门学习到进阶1

    diff=csharp *.sln merge=union *.csproj merge=union *.vbproj merge=union *.fsproj merge=union *.dbproj

    85810发布于 2020-10-23
  • 来自专栏软件开发

    一个小时学会Git

    [Cc]ache/ # Others ClientBin/ ~$* *~ *.dbmdl *.dbproj.schemaview *.jfm *.pfx *.publishsettings orleans.codegen.cs

    2.2K50发布于 2018-07-31
  • 来自专栏软件开发

    一个小时学会Git

    [Cc]ache/ # Others ClientBin/ ~$* *~ *.dbmdl *.dbproj.schemaview *.jfm *.pfx *.publishsettings orleans.codegen.cs

    3.9K91发布于 2018-01-04
领券