resgitignore

1.0.0 • Public • Published

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...

Package Sidebar

Install

npm i resgitignore

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

35.7 kB

Total Files

7

Last publish

Collaborators

  • idkjs