mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-20 00:13:53 -05:00
ignore api-client directory from linting (#29984)
This commit is contained in:
parent
bbcd0e0465
commit
a1eac6a0ef
3 changed files with 3 additions and 3 deletions
|
|
@ -4,12 +4,12 @@
|
|||
# compiled output
|
||||
/dist/
|
||||
/tmp/
|
||||
/api-client/dist
|
||||
|
||||
# dependencies
|
||||
/bower_components/
|
||||
/node_modules/
|
||||
/.yarn/
|
||||
/api-client/
|
||||
|
||||
# misc
|
||||
/coverage/
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# compiled output
|
||||
/dist/
|
||||
/api-client/dist
|
||||
/api-client/
|
||||
|
||||
# misc
|
||||
/coverage/
|
||||
|
|
|
|||
|
|
@ -90,5 +90,5 @@
|
|||
"lib/sync/**/*",
|
||||
"mirage/**/*"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", "api-client"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue