N°8796 - Add PHP-CS-Fixer cache file to .gitignore file

This commit is contained in:
Molkobain
2026-02-24 21:09:51 +01:00
parent 5201a1ed3b
commit f558093f5d

3
.gitignore vendored
View File

@@ -58,6 +58,9 @@ tests/*/vendor/*
/tests/php-unit-tests/phpunit.xml
/tests/php-unit-tests/postbuild_integration.xml
# PHP CS Fixer: Cache file
/.php-cs-fixer.cache
# Jetbrains
/.idea/**