gpt4 book ai didi

asp.net-mvc - 我应该将 gitignore 文件放在 asp.net mvc 项目中的什么位置?

转载 作者:行者123 更新时间:2023-12-04 00:40:21 24 4
gpt4 key购买 nike

嘿,我对 git 很陌生,并意识到在推送项目时不应该包含 bin 和 debug。谁能告诉我 gitignore 文件应该放在哪里?如果有人有这样一个项目的基本 gitignores 示例,那也很棒!谢谢

最佳答案

你可以把它放在你的 git repo 的根目录下,正如在 GitHub help page 中解释的那样.

您将在此 GitHub project 中找到所有 gitignore 示例,而且还在 gist.github.com .

例如,你可以考虑这个 .gitignore for asp.net project .
您还有 blog post illustrating the same .gitignore .

最完整的一个是 github/gitignore VisualStudio.gitignore 上的一个.
它确实包括 bindebug :

# Build results

[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/

关于asp.net-mvc - 我应该将 gitignore 文件放在 asp.net mvc 项目中的什么位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19354936/

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