mesqueeb / is-what

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
https://mesqueeb.github.io/is-what/
MIT License
170 stars 18 forks source link

Use official Node.gitignore #59

Closed jcbhmr closed 1 month ago

jcbhmr commented 1 year ago

It's "official" 😆 (or as close as .gitignores get to being official)

This PR would...

You can keep committing the dist folder, just make sure you git add -Af dist https://stackoverflow.com/questions/8006393/force-add-despite-the-gitignore-file

Maybe that extra git add -f friction is enough to encourage fancy CI #40 🤣

mesqueeb commented 1 month ago

I don't really see the value of this, since none of these files are relevant nor used in our repo anyway! I'll reconsider once we add stuff that requires to gitignore more stuff.