Generates or appends ReasonML and Rescript .gitattributes.
npx resgitignore
Gets you:
# Tell github to ignore rescript/bucklescript files
.DS_Store
.merlin
.bsb.lock
npm-debug.log
/lib/bs/
/node_modules/
/bundleOutput/
__tests__See also
Inspired by benawad/tsconfig.json
