#ignore sass cache files

.sass-cache

# Yarn/NPM
node_modules
config-templates
yarn.lock

# Ignore maps because they tend to give conflicts on merge

*/*.map
**/*.map

# Ignore install script depencencies
themevars.txt

# System
.DS_Store

# Git deploy
.publish

# Composer
composer.lock
/vendor/

# Jest
.coverage

# Storybook
*.stories.json
