mirror of
https://github.com/JakeStanger/stamp.git
synced 2026-07-11 11:15:52 +01:00
[GH-ISSUE #1] Hidden files are not picked up by templator. #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JakeStanger on GitHub (May 27, 2020).
Original GitHub issue: https://github.com/JakeStanger/stamp/issues/1
Handlebars does not register templates starting with a
.eg.gitignore.A workaround is to name the file
{{dot}}gitignoreand then use-c dot=.but this is far from ideal.