I have no code here, but I know all the things in GitHub except for
the gitignore
file. If you know, please, I need explanations.
Thanks!
答案 0 :(得分:2)
gitignore是一个文件,您可以在其中决定您不想提交哪个文件或文件夹,以及您的项目的其他贡献者未使用的文件或文件夹。 有关详细信息,请参阅此处https://git-scm.com/docs/gitignore。