blob: d73b2e3362c35e7902c67f963539dbee63c02f7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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/**/*"
|