1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/.gitignore
seanmakesgames 5274ab4c30
FEATURE: Configurable max marshal stack depth (#202)
`marshal_stack_depth` can be used to determine how deep objects are allowed to be when marshalling JS to Ruby objects in evals.
2021-05-13 16:08:22 +10:00

13 lines
157 B
Text

/.bundle/
/.yardoc
Gemfile.lock
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
lib/mini_racer_extension.so
lib/mini_racer_loader.so
*.bundle
.vscode/