From b4ecd28c1a2dbce2725ff74f7bd9327a7d3e76b6 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sat, 14 Feb 2026 20:43:12 +0300 Subject: [PATCH] [4.x] Update `.gitignore` --- .gitignore | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 151efd7..95fcf41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,10 @@ -.idea/ -_site/ -build/ -node_modules/ -tmp/ -vendor/ +/.idea +/vendor -.cache -.DS_Store -.output.txt -.env -.php_cs.cache -.phpintel -.temp +/.cache +/.DS_Store + +/.output.txt *.bak *.cache @@ -19,6 +12,5 @@ vendor/ *.orig composer.lock -package-lock.json -playground.php +/playground.php