postlight/nodejs-typescript-kit

add .gitignore file to outputted directory

fdsimms opened this issue · 4 comments

It would be nice to have a .gitignore file by default, since many people will likely use git for a project built with this tool. Some sensible default directories/files would be great—the one I think would be most obviously beneficial is node_modules.

Hey @fdsimms, I can't seem to reproduce this issue on Windows. I've included a .gitignore file in the starter kit files

image

@JadTermsani hmmm interesting, here's the file structure for a freshly generated repo i made using the starter kit:

Screen Shot 2019-03-18 at 11 57 13 AM

@fdsimms fixed in #7 and released version 1.0.1. Please test to confirm

Confirmed this is fixed.