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

Improved binary/text files identification #176

Closed denis256 closed 3 months ago

denis256 commented 3 months ago

Description

Improving binary/text file identification

Included changes:

Fixes #126.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added / Removed / Updated [X].

Updated text file identification to use github.com/gabriel-vasile/mimetype library.

Migration Guide