mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
b3b0224922
[ci skip]
24 lines
446 B
YAML
24 lines
446 B
YAML
actioncable:
|
|
- "actioncable/**/*"
|
|
actionmailer:
|
|
- "actionmailer/**/*"
|
|
actionpack:
|
|
- "actionpack/**/*"
|
|
actionview:
|
|
- "actionview/**/*"
|
|
activejob:
|
|
- "activejob/**/*"
|
|
activemodel:
|
|
- "activemodel/**/*"
|
|
activerecord:
|
|
- "activerecord/**/*"
|
|
activestorage:
|
|
- "activestorage/**/*"
|
|
activesupport:
|
|
- "activesupport/**/*"
|
|
rails-ujs:
|
|
- "actionview/app/assets/javascripts/rails-ujs*/*"
|
|
railties:
|
|
- "railties/**/*"
|
|
docs:
|
|
- "guides/**/*"
|