libresign/.gitignore
Vitor Mattos f9ea8e1ce9
feat: add spdx
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-10-26 16:41:27 -03:00

19 lines
355 B
Text

# SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
.idea
.vscode
.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