resgitignore
v1.0.0
Published
Quickly add reasonml and rescript gitignore values to your project
Maintainers
Readme
resgitignore
Generates or appends ReasonML and Rescript .gitattributes.
npx resgitignore
# or
npx idkjs/resgitignoreGets 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
See also bsconfig.json
Inspired by benawad/tsconfig.json
