推送到 github 时忽略某些文件

Ignoring certain files when pushing to github

推送到 github 帐户时我需要忽略一些文件。我读到 git 忽略。如何添加文件到git忽略?有人可以帮忙吗?

使用以下命令: git rm --cached 文件名

参考[1].

[1] : https://help.github.com/articles/ignoring-files/