mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
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>
16 lines
233 B
Text
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
|