在不提交忽略规则的情况下在本地忽略文件

.gitignore 在本地忽略文件,但它旨在提交到存储库并与其他贡献者和用户共享。你可以设置全局 .gitignore,但随后所有存储库将共享这些设置。

如果要在本地忽略存储库中的某些文件而不将该文件作为任何存储库的一部分,请在存储库中编辑 .git/info/exclude

例如:

# these files are only ignored on this repo
# these rules are not shared with anyone
# as they are personal                                              
gtk_tests.py
gui/gtk/tests/*
localhost
pushReports.py
server/