method

gitattributes

gitattributes()
private

No documentation available.

# File railties/lib/rails/commands/credentials/credentials_command/diffing.rb, line 50
    def gitattributes
      @gitattributes ||= (Rails::Command.root || Pathname.pwd).join(".gitattributes")
    end