.git
vendor
composer.json
composer.lock

# Dockerfile
.dockerignore
.gitignore
README.md

# Artifacts that will be built during image creation.
# This should contain all files created during `npm run build`.
build
node_modules

# ignore .git and .cache folders
.git
.cache
