# Ignore compiled files.
dist
vendor
build

# Pattern Lab (ignored initially)
pattern-lab

# Twig helper functions
**/add_attributes.function.php
**/bem.function.php

# NPM
node_modules
npm-debug.log

# Git deploy
.publish

.DS_Store
