mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
26 lines
305 B
Plaintext
26 lines
305 B
Plaintext
.now/*
|
|
.next/*
|
|
*.css
|
|
.changeset
|
|
dist
|
|
esm/*
|
|
public/*
|
|
tests/*
|
|
scripts/*
|
|
*.config.js
|
|
.DS_Store
|
|
node_modules
|
|
coverage
|
|
.next
|
|
build
|
|
!.storybook
|
|
/**/.storybook/**
|
|
!.commitlintrc.cjs
|
|
!.lintstagedrc.cjs
|
|
!jest.config.js
|
|
!plopfile.js
|
|
!react-shim.js
|
|
!tsup.config.ts
|
|
apps/docs/preinstall.js
|
|
apps/docs/next-redirect.js
|