From a026f2eddba5cc8e29b9c74e76acf7a5dc7da90b Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Mon, 15 Dec 2025 21:29:30 +0100 Subject: [PATCH] chore: update .gitignore for build artifacts and screenshots Add patterns to ignore: - Screenshots and test images (*.png, *.jpg, *.jpeg) - Astroglobe frontend build artifacts (dist/, node_modules/) - Unrelated third-party apps (third_party/spreed/) --- third_party/astroglobe/.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/third_party/astroglobe/.gitignore b/third_party/astroglobe/.gitignore index 6f41dd1..6f827c5 100644 --- a/third_party/astroglobe/.gitignore +++ b/third_party/astroglobe/.gitignore @@ -7,6 +7,7 @@ /.php-cs-fixer.cache /tests/.phpunit.cache -/node_modules/ -/js/ -/css/ +dist/ +node_modules/ +js/ +css/