Version Control Systems
Pimcore generates temporary files, caches, and runtime data during operation. Exclude these paths from version control to keep the repository clean.
Use the .gitignore from the Pimcore skeleton project as a starting point:
Key directories and paths excluded by the skeleton:
/var/*- runtime data (versions, cache, log, tmp, recyclebin), with exceptions forvar/classes/(class definitions, excludingDataObject/) andvar/config/(Pimcore configuration, excluding generated files likesystem.ymlandmaintenance.php)/public/var/- public thumbnails and temporary assets/vendor/- Composer dependencies (managed bycomposer install)/public/bundles/- generated byassets:install/.env.local,/.env.*.local- environment-specific secrets/config/local/*- local configuration overrides