多人協作的專案,因為每個人用的 IDE 不同,每個 IDE 都有自己的專案設定檔
如 vscode 就有 .vscode
的專案 workspace 資料夾
這樣的設定檔… 其它人不需要知道,除非今天所有協作成員都同意、一起使用同一套 IDE ~
簡單來說~
i don't fxck care about your editor configuration!!
ref.
ps: home directory .gitignore
note:
$ git config --global core.excludesfile ~/.gitignore_global