24 строки
437 B
YAML
24 строки
437 B
YAML
skip_files:
|
|
- ^(.*/)?app\.yaml
|
|
- ^(.*/)?app\.yml
|
|
- ^(.*/)?index\.yaml
|
|
- ^(.*/)?index\.yml
|
|
- ^(.*/)?#.*#
|
|
- ^(.*/)?.*~
|
|
- ^(.*/)?.*\.py[co]
|
|
- ^(.*/)?.*/RCS/.*
|
|
- ^(.*/)?\..*
|
|
- ^(.*/)?.*\.csv$
|
|
- ^(.*/)?.*\.psd$
|
|
- ^(.*/)?.*\.sql[3]$
|
|
- ^(.*/)?.*\.sh$
|
|
- ^(.*/)?.*\.scss$
|
|
- ^(.*/)?node_modules
|
|
- ^(.*/)?tests/
|
|
- ^(.*/)?.[LICENSE|PATENTS|AUTHORS|CONTRIBUTING|COPYING](\.md)?
|
|
- ^(.*/)?.*\.md$
|
|
|
|
- ^http2push/example
|
|
- ^http2push/site
|
|
- ^static/sass
|