我已经在 GitHub 中使用 Objective-C 语言作为 Xcode 项目创建了一个存储库。在我的项目根目录中的.gitignore
文件
旁边制作.gitattributes文件并在其中设置此代码:
* linguist-vendored
*.objective-c linguist-vendored=false
但在 Github 主页上没有显示任何语言。
我已经在 GitHub 中使用 Objective-C 语言作为 Xcode 项目创建了一个存储库。在我的项目根目录中的.gitignore
文件
旁边制作.gitattributes文件并在其中设置此代码:
* linguist-vendored
*.objective-c linguist-vendored=false
但在 Github 主页上没有显示任何语言。