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/)
This commit is contained in:
Chris Coutinho
2025-12-15 21:29:30 +01:00
parent 73783b85d5
commit a026f2eddb
+4 -3
View File
@@ -7,6 +7,7 @@
/.php-cs-fixer.cache
/tests/.phpunit.cache
/node_modules/
/js/
/css/
dist/
node_modules/
js/
css/