Skip to content

Commit

Permalink
Updated unsupported .lamingtonconfig notes to .lamingtonrc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchPierias authored Sep 16, 2019
1 parent 12906da commit ea642a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Lamington automatically searches for all files with the `.cpp` file extension be

#### Ignoring Files & Folders

Not every `.cpp` file is a build ready contract. So we added an additional ignore file, rightly named `.lamingtonignore`, to configure directories, files and patterns you don't want added to your build process. The `.lamingtonignore` follows the same syntax as a standard `.gitignore`, requiring a line separated list of ignore definitions. We've added the command line method `lamington ignore` to generate a `.lamingtonignore` file with default settings.
Not every `.cpp` file is a contract, so we added an additional `exclude` to the configuration file `.lamingtonrc`. This `exclude` option takes an array of globular patterns as files and patterns you don't want added to your build process. We've added the command line method `lamington ignore` to generate a `.lamingtonrc` file with default settings.

#### Specifying Build Contracts

Expand Down

0 comments on commit ea642a2

Please sign in to comment.