stephenh / ts-poet

A code generator DSL for typescript
Apache License 2.0
100 stars 12 forks source link

Format source with prettier and ignore *.log #36

Closed paralin closed 2 years ago

paralin commented 2 years ago

Minor housekeeping: format files with Prettier (add yarn format command) and remove *.log files as well (in .gitignore).

stephenh commented 2 years ago

:+1: