UNPKG

@smitch/fluid

Version:

A lightweight, Tailwind-powered React/Next.js UI component library.

15 lines (12 loc) 325 B
# Exclude stories and tests from lib directory **/stories/ **/stories/** lib/**/stories/ lib/**/stories/** # Optional: Exclude specific file patterns globally lib/**/*.stories.* # General rule: ignore any story files in source tree src/**/*.stories.* # Also ignore story folders under src src/**/stories/ src/**/stories/**