Class: ChefGen::Snippet::StandardIgnore

Inherits:
ChefGen::SnippetBase show all
Defined in:
lib/chef_gen/snippet/standard_ignore.rb

Overview

populates the list of ignore patterns for chefignore and .gitignore

Constant Summary collapse

NAME =

the name of the snippet

'standard_ignore'

Instance Attribute Summary collapse

Method Summary

Methods inherited from ChefGen::SnippetBase

#initialize

Constructor Details

This class inherits a constructor from ChefGen::SnippetBase

Instance Attribute Details

#chefignore_patternsArray<String>

Returns a list of patterns for chefignore.

Returns:

  • (Array<String>)

    a list of patterns for chefignore



# File 'lib/chef_gen/snippet/standard_ignore.rb', line 12