# File lib/gitlab_git/attributes.rb, line 20 def initialize(path) @path = File.expand_path(path) @patterns = nil end