libresign/.gitignore
Vitor Mattos 89742c10c4
chore: ignore .env file
Necessary to don't version .env file. This file is used when use the
command act:

https://nektosact.com/usage/index.html#envsecrets-files-structure

Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-07-03 18:26:43 -03:00

16 lines
233 B
Text

.idea
.vscode
.env
*.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