mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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 = [
|
export const IGNORE_FILE_GLOBS = [
|
||||||
'.node-version',
|
'.node-version',
|
||||||
|
'.github/**/*',
|
||||||
'docs/**/*',
|
'docs/**/*',
|
||||||
'**/bin/**/*',
|
'**/bin/**/*',
|
||||||
'**/+([A-Z_]).md',
|
'**/+([A-Z_]).md',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue