PkgTemplates.jl icon indicating copy to clipboard operation
PkgTemplates.jl copied to clipboard

Support for generating .gitignore file using gitignore.io

Open emerali opened this issue 5 years ago • 1 comments

It's a website that has a lot of useful pre-made gitignore files and also allows you to easily combine them (for example, i usually generate a gitignore combining the julia, visualstudiocode, and jupyternotebook ones)

Their api is pretty straightforward, and can be accessed using curl: https://docs.gitignore.io/install/command-line#linux-bash

emerali avatar Sep 04 '20 23:09 emerali

Not a bad idea, but I wouldn't want to add an HTTP dependency just for it. Maybe if I ever get around to adding the other web-related stuff...

christopher-dG avatar Oct 14 '20 15:10 christopher-dG