aws-samples / image-optimization

Simple, performant and cost efficient solution for optimizing images using Amazon CloudFront, Amazon S3 and AWS Lambda
MIT No Attribution
173 stars 106 forks source link

Add .gitignore #4

Closed piotrekwitkowski closed 1 year ago

piotrekwitkowski commented 1 year ago

After cloning the repo and running npm install, there are 10K+ active git changes, because the .gitignore file is missing and node_modules are not ignored. This experience is suboptimal.

I propose adding default .gitignore for CDK projects to this repo.