module Rails::Command::CredentialsCommand::Diffing

def gitattributes

def gitattributes
  @gitattributes ||= (Rails::Command.root || Pathname.pwd).join(".gitattributes")
end