Browse Source
chore(eslint): ignore openapi generated files
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
pull/13002/head
Maksim Sukharev
1 year ago
No known key found for this signature in database
GPG Key ID: 6349D071889BD1D5
1 changed files with
1 additions and
0 deletions
-
.eslintignore
|
|
@ -1,5 +1,6 @@ |
|
|
|
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors |
|
|
|
# SPDX-License-Identifier: CC0-1.0 |
|
|
|
/js/* |
|
|
|
/src/types/openapi/* |
|
|
|
/src/utils/media/effects/virtual-background/vendor/* |
|
|
|
/tests/* |