# General
.DS_Store
node_modules

# Logs
npm-debug*
*.log

# Generated files
*.marko.js
deploy/v

# Test and coverage reports
coverage
report.html
docs/dist
test/acceptance/screenshots
test/acceptance/videos
test/demo
test/project/dist

# Yarn
.yarn/*
!.yarn/cache
!.yarn/releases
!.yarn/plugins

# Package specific rules: Specify them here and not in the package path so
# we can profit from Standard.js ignoring the paths listed in gitignore.
/packages/*/lib
/packages/*/dist
