gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
Mozilla Public License 2.0
157 stars 12 forks source link

Add the ability to distinguish var files #90

Open yorinasub17 opened 2 years ago

yorinasub17 commented 2 years ago

Describe the solution you'd like We use var files to pass boilerplate variables, but that gets interpretted as a template and is automatically included in the copy. Is there someway we can input the var files so that it is always ignored from the template rendering?

Describe alternatives you've considered Current workaround is to explicitly add each var file to skip_files so that it is explicitly skipped.