1.0.0 • Published 3 years ago

resgitignore v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

NPM version

resgitignore

Generates or appends ReasonML and Rescript .gitattributes.

npx resgitignore
# or
npx idkjs/resgitignore

Gets you:

"# Tell github that .re and .rei files are Reason, sometimes recognized as C/C++"
*.re linguist-language=Reason 
*.rei linguist-language=Reason
*.res linguist-language=ReScript
*.resi linguist-language=ReScript

image

See also bsconfig.json

Inspired by benawad/tsconfig.json

Share on Twitter...