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 同步的 Android 项目。我导入了 Google 和 Facebook Sdks。我希望 push 推送 sdks 以便共享它们,但不希望跟踪缓存等中的所有更改。有没有办法做到这一点?
谢谢
你需要一个.gitignore. 您可以向此文件添加任意数量的规则,指定 git 应完全忽略的文件。
.gitignore
https://help.github.com/articles/ignoring-files