JuliaCI / PkgTemplates.jl

Create new Julia packages, the easy way
https://juliaci.github.io/PkgTemplates.jl
MIT License
639 stars 101 forks source link

Support for generating .gitignore file using gitignore.io #231

Open emerali opened 4 years ago

emerali commented 4 years ago

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

christopher-dG commented 4 years ago

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...