# pimcore source files
/web/bundles
!/web/bundles/app

/web/var/
/web/sitemap*.xml

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

# local config
/.env
/.env.local
/.env.local.php
/.env.*.local
!/app/config/local
/app/config/local/*
/app/config/pimcore/system.php
/app/config/pimcore/maintenance.php
/app/config/pimcore/GeoLite2-City.mmdb
/app/config/pimcore/system.yml

# pimcore legacy (remove this for your own development)
!/legacy
/legacy/*
!legacy/bundle
/migration-backup
/.migration

/var/*
!/var/classes/

# project specific recommendations
!/var/config
/var/config/tag-manager.php
/var/config/reports.php
/var/config/system.yml
/var/config/maintenance.php

/web/var/assets/*
/web/var/tmp/*

# PHP-CS-Fixer
/.php_cs
/.php_cs.cache

# composer
/composer.lock
/vendor

# frontend stack metadata, cache, logs
/node_modules
/bower_components
.sass-cache/
/npm-debug.log

# PhpStorm / IDEA
.idea
# NetBeans
nbproject
# VS Code
.vscode

# deployment script
/src/AppBundle/Tool/Deployer/config.php
/deployment_tmp

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

# various
/.vagrant
/web/.htaccess
/TODO

# keep .dummy .keep and .gitkeep files
!.dummy
!.keep
!.gitkeep
