# Ignore git.
.git*
**/.gitattributes
**/.gitignore
**/.gitmodules

# Ignore IDE config files.
.idea/
.idea/*

# Ignore Docker config.
**/.dockerignore
**/docker-compose.*.yaml
**/docker-compose.*.yml
**/docker-compose.yaml
**/docker-compose.yml
**/Dockerfile

# Ignore system files
**/Thumbs.db
**/.DS_Store

# Ignore directories generated by Composer (excepted console, phpunit-bridge & custom scripts).
vendor
bin/*
