diff --git a/.gitignore b/.gitignore index 011c5365..21f9b820 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,21 @@ storage/analytics/* /.ansible/ /.archive/ /x_ansible/ + +# Cache +storage/cache/*.cache.php +storage/cache/*.php +!storage/cache/.gitkeep + +# PHPStan +var/phpstan/cache/** +!var/phpstan/.gitkeep + +# Temporary debug files +scripts/debug/output/ +scripts/test/output/ +tests/tmp/ + +# Cookies and session files +cookies.txt +cookies_new.txt