# File lib/meez/meez.rb, line 44
  def self.gitignore(cookbook_path, file)
    append_file(File.join(cookbook_path, '.gitignore'), file)
  end