mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 13:08:48 +01:00
21 lines
379 B
Text
21 lines
379 B
Text
# SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
.idea
|
|
.vscode
|
|
.phpactor*
|
|
.env
|
|
.secrets
|
|
*.iml
|
|
/vendor/
|
|
/vendor-bin/**/vendor/
|
|
/tests/integration/vendor
|
|
/tests/integration/output
|
|
/js/
|
|
/build/
|
|
node_modules/
|
|
/.php-cs-fixer.cache
|
|
.phpunit.result.cache
|
|
*.phar
|
|
/src/__test__/coverage
|
|
/appinfo/install-*.json
|
|
/lib/Vendor/
|