9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
|
|
include_rules = [
|
||
|
|
# public/ needs to be standalone. Explicitly disallow everything.
|
||
|
|
'-core',
|
||
|
|
'-fpdfsdk',
|
||
|
|
'-testing',
|
||
|
|
'-third_party',
|
||
|
|
'-v8',
|
||
|
|
]
|