mirror of
https://github.com/reasonml/reason.git
synced 2026-03-26 06:43:07 +00:00
32 lines
580 B
Plaintext
32 lines
580 B
Plaintext
*.native
|
|
*.byte
|
|
*.cmt
|
|
a.out
|
|
_build
|
|
*.install
|
|
pkg/META
|
|
.DS_Store
|
|
formatTest/customMLFiles/*.ml
|
|
formatTest/customMLFormatOutput.re
|
|
formatTest/failed_tests
|
|
formatTest/**/actual_output/
|
|
formatTest/**/intf_output/
|
|
miscTests/reactjs_jsx_ppx_tests/actual*.re
|
|
miscTests/reactjs_jsx_ppx_tests/*.cm*
|
|
*.log
|
|
src/reason_parser.messages.bak
|
|
src/reason_parser_message.ml
|
|
*~
|
|
node_modules
|
|
/bspacks/build/
|
|
/bspacks/ocaml-migrate-parsetree/
|
|
/bspacks/closure-compiler/
|
|
# gitignored, but not npmignored. Published by `npm run prepublish`
|
|
refmt.js
|
|
refmt.map
|
|
_esy
|
|
_esybuild
|
|
_esyinstall
|
|
.merlin
|
|
_release
|