libresign/.l10nignore
Vitor Mattos 57c67e110d
fix: ignore vendor bin at transifex sync
```php
echo count(array_filter($translatableFiles, fn($v) => strpos($v, "vendor-bin")));
```
Output: 9320

After this change was found any entry with vendor-bin

```php
count(array_filter($translatableFiles, fn($v) => strpos($v, "vendor-bin")));
```
Output: 0

This could affect the translatable strings that is send do Transifex.

Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-06-23 13:46:16 -03:00

12 lines
188 B
Text

# SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
build/
cfssl/
docs/
dsv/
img/
js/
node_modules/
tests/
vendor/
vendor-bin/