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.
我在生产的共享目录中创建了一个符号链接。如果我将此文件设置为 gitignore 并将代码推送到 github master 上,它现在将不可见。所以请告诉我该文件的符号链接是否可以正常工作?
符号链接仍将在本地工作(在您的本地仓库中)
而且它根本不会在您的 github 存储库中,因为它被忽略了:忽略符号链接不会影响其功能。