Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 git 新手,到目前为止我还没有找到一个简单的方法来做到这一点。
我正在尝试将文件夹上传到我的远程存储库,但我不希望上传某些类型的文件。我需要一些语法方面的指导,以防止上传这些类型的文件。
您可以在文件中指定您的文件名.gitignore。
.gitignore
在以下链接中阅读它:
http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files