-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lib): add library parameters to setup things
- Loading branch information
Showing
11 changed files
with
1,682 additions
and
1,058 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,4 +36,5 @@ yarn-error.log* | |
next-env.d.ts | ||
|
||
*storybook.log | ||
storybook-static | ||
storybook-static | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Ignore node_modules since they are not needed in the package | ||
node_modules | ||
|
||
# Ignore build scripts and configs | ||
dist/ | ||
.next/ | ||
.github/ | ||
.storybook/ | ||
.vscode/ | ||
|
||
storybook-static/ | ||
|
||
biome.json | ||
components.json | ||
pnpm-lock.yaml | ||
postcss.config.mjs | ||
tailwind.config.ts | ||
tailwind.config.ts | ||
tsconfig.json | ||
tsup.config.ts | ||
|
||
# Ignore test directories and files | ||
test/ | ||
tests/ | ||
*.test.js | ||
*.spec.js | ||
|
||
# Ignore local development files | ||
.DS_Store | ||
.env | ||
*.log | ||
|
||
# Ignore source files if you only want to publish the dist folder | ||
src/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.