# build and artifacts
dist/
build/
*.log

# root-relative pattern
/root-only.js

# glob patterns
temp/**
src/{app,lib}/*.ts

# negated pattern
!dist/keep.txt
