Subject: | ::Init creates a .gitignore |
I hate to say it but I think most people wouldn't want certain things in
there dzil repo's so perhaps creating a .gitignore file by default would
be good.
{{$dist->name}}*
.build
these are 2 things I know I don't want. Also might be good to assemble a
list of temporary files that should be ignored that aren't dzil specific
like
*.swp
which is a vim temporary file.
I've been trying to work out how to code this up myself but I'm not sure
where I need to hook into dzil to get it done.