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:
@@ -7,6 +7,7 @@
|
|||||||
/.php-cs-fixer.cache
|
/.php-cs-fixer.cache
|
||||||
/tests/.phpunit.cache
|
/tests/.phpunit.cache
|
||||||
|
|
||||||
/node_modules/
|
dist/
|
||||||
/js/
|
node_modules/
|
||||||
/css/
|
js/
|
||||||
|
css/
|
||||||
|
|||||||
Reference in New Issue
Block a user