在不提交忽略規則的情況下在本地忽略檔案

.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/