naltatis / micro-frontends-in-action-code

The Tractor Store - sample code from the book Micro Frontends in Action
https://the-tractor.store
MIT License
409 stars 155 forks source link

chore: add .gitignore file #14

Closed PeteMac88 closed 2 years ago

PeteMac88 commented 3 years ago

Add default .gitignore file from github's template repo (https://github.com/github/gitignore). Main problem for me was that node_modules are recognized as changes.

@naltatis