icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

commit 90f485d750f06dc448a7c028af772844f006fe52
parent 64961dee2ecbd2213b1254eb16edcb34be55d20e
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Wed, 14 Feb 2018 16:55:24 +0100

[+] Ignoring dist folders which contain build artifacts (goreleaser).

Diffstat:
M.gitignore | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,3 @@ *.DS_Store -*vendor -\ No newline at end of file +*vendor +*dist +\ No newline at end of file