mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-08 13:56:25 +02:00
ignore api-client directory from linting (#29984)
This commit is contained in:
parent
bbcd0e0465
commit
a1eac6a0ef
@ -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…
x
Reference in New Issue
Block a user