diff options
author | Joas Schilling <coding@schilljs.com> | 2024-09-30 23:53:53 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-09-30 23:57:15 +0200 |
commit | 95bafb49804ba893e40f3f367c55ef9b0fa9e963 (patch) | |
tree | 2869c40977db2229b6d3e697d46d5a230efee1f0 /.gitignore | |
parent | 99d507c2593c6c60081ff16586ba3b68237ca0b0 (diff) | |
download | nextcloud-server-95bafb49804ba893e40f3f367c55ef9b0fa9e963.tar.gz nextcloud-server-95bafb49804ba893e40f3f367c55ef9b0fa9e963.zip |
ci: Improve usability of running different psalm modes locally
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5b747559a82..60be4581331 100644 --- a/.gitignore +++ b/.gitignore @@ -151,6 +151,7 @@ Vagrantfile # Tests - auto-generated files /data-autotest +/results.sarif /tests/.phpunit.result.cache /tests/coverage* /tests/css |