mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[precommitHook] ignore casing for files in .github directory (#19279)
This commit is contained in:
parent
a5c783cc59
commit
d0ebb6fe65
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
export const IGNORE_FILE_GLOBS = [
|
||||
'.node-version',
|
||||
'.github/**/*',
|
||||
'docs/**/*',
|
||||
'**/bin/**/*',
|
||||
'**/+([A-Z_]).md',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue