var/*
web/var/*
web/.htaccess
web/assets/node_modules/*
web/assets/Gruntfile.js
web/assets/package.json

# composer
/composer.lock
/composer.phar
!/vendor
/vendor/*
!/vendor/.gitkeep

# remove the following ignores for your project
/app/constants.php

# symfony default
/.web-server-pid
/app/config/parameters.yml
/build/
/phpunit.xml
/web/bundles/

# local config
/.env
!/app/config/local
/app/config/local/*
!app/config/local/.gitkeep

# codeception (only stage *.dist.yml config files)
/codeception.yml
/pimcore/codeception.yml
/pimcore/tests/*.suite.yml
/pimcore/tests/_output/*
/pimcore/tests/_support/_generated/*

# keep legacy paths ignored for easier migration
/plugins/
/tools/
/website/
.temp