我目前正在使用VSCode做一个flutter项目。我一开始忘了在GitHub中创建仓库。所以我创建了它后做和创建一些文件。我也是用VSCode终端做的。因为当我点击源代码控制时,它没有显示发布到GitHub按钮...为什么会这样?现在当我在GitHub中查看我的存储库时,语言显示我是C++(下图)
当我进入这个存储库时,它显示了这样的语言(图2)
8dtrkrch1#
删除项目文件夹中windows、web、macos和linux目录。
afdcj2ne2#
只需在项目根文件夹中添加一个.gitattributes文件,如下所示:
*.h linguist-detectable=false *.cc linguist-detectable=false *.cpp linguist-detectable=false *.kt linguist-detectable=false *.rb linguist-detectable=false *.swift linguist-detectable=false *.cmake linguist-detectable=false *.gradle linguist-detectable=false *.json linguist-detectable=false *.plist linguist-detectable=false *.html linguist-detectable=false *.xml linguist-detectable=false *.xib linguist-detectable=false *.storyboard linguist-detectable=false *.manifest linguist-detectable=false *.entitlements linguist-detectable=false *..properties linguist-detectable=false *.xc* linguist-detectable=false Podfile linguist-detectable=false CMakeLists.txt linguist-detectable=false
2条答案
按热度按时间8dtrkrch1#
删除项目文件夹中windows、web、macos和linux目录。
afdcj2ne2#
只需在项目根文件夹中添加一个.gitattributes文件,如下所示: