mirror of
https://github.com/appwrite/appwrite
synced 2026-04-21 13:37:16 +00:00
Configure a project-local result cache directory so PHPStan only re-analyses files that changed. In CI, persist the cache across runs with actions/cache and suppress progress output.
30 lines
550 B
Text
30 lines
550 B
Text
/.vscode/
|
|
/vendor/
|
|
/node_modules/
|
|
/tests/resources/storage/
|
|
/tests/resources/functions/**/code.tar.gz
|
|
/tests/resources/sites/**/code.tar.gz
|
|
/app/sdks/*
|
|
/.idea/
|
|
!/.idea/workspace.xml
|
|
!/.idea/php.xml
|
|
.DS_Store
|
|
.php_cs.cache
|
|
.phpactor.json
|
|
debug/
|
|
app/sdks
|
|
dev/yasd_init.php
|
|
.phpunit.result.cache
|
|
Makefile
|
|
appwrite.config.json
|
|
/.zed/
|
|
/app/config/specs/
|
|
/docs/examples/
|
|
.phpunit.cache
|
|
.phpstan-cache
|
|
playwright-report
|
|
test-results
|
|
docker-compose.web-installer.yml
|
|
.env.web-installer
|
|
docker-compose.web-installer.yml.**.backup
|
|
tests/playwright/screenshots
|