如何防止文件被发送到暂存区?

How do I prevent files from being sent to the staging area?

我正在从事一个涉及多个文件的项目,我想将其中一些文件添加到 git 存储库中,而另一些我不想。通过 运行ning git add . 我会将所有未跟踪更改的文件添加到暂存区,如果我想 运行 该命令以所有未跟踪更改的文件 EXCEPT那些我不想发到暂存区的,以后都发到暂存区了,这样我就不用一个一个打出来了。

亲切的问候。

检查gitignore

A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected