mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
89801b2a43
ruby/debug is a new debugger that is going to ship with CRuby. It makes sense for Rails to switch to this one because that is where the language is heading, and because Byebug is not fully compatible with Zeitwerk. See https://github.com/deivid-rodriguez/byebug/issues/564 While ruby/debug has not been heavily tested with Zeitwerk, casual usage seems to suggest it works without issues, including explicit namespaces, which is where Byebug and Zeitwerk conflict. Byebug is terrific, thanks a lot for all these years. ❤️
19 lines
343 B
Text
19 lines
343 B
Text
# Don't put *.swp, *.bak, etc here; those belong in a global .gitignore.
|
|
# Check out https://help.github.com/articles/ignoring-files for how to set that up.
|
|
|
|
.Gemfile
|
|
.ruby-version
|
|
/*/doc/
|
|
/*/test/tmp/
|
|
/.bundle
|
|
/dist/
|
|
/doc/
|
|
/guides/output/
|
|
Brewfile.lock.json
|
|
debug.log
|
|
node_modules/
|
|
package-lock.json
|
|
pkg/
|
|
/tmp/
|
|
/yarn-error.log
|
|
/test-reports/
|