diff --git a/system/shared/home-manager.nix b/system/shared/home-manager.nix index ee10b50d..e9c088b8 100644 --- a/system/shared/home-manager.nix +++ b/system/shared/home-manager.nix @@ -106,9 +106,16 @@ in # line and describe the change: # # BREAKING CHANGE: + # + # + # Add any issue IDs or commit SHAs that this commit references: + # + # Refs: + ''; home.file.".gitignore-global".text = '' + .issue-id .phpactor.json '';