Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ dist-ssr
*.sw?

*storybook.log
glyphwald-*.tgz
37 changes: 37 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Source files
src/
public/

# Build tools and config
.storybook/
tsconfig*.json
vite.config.ts
tsup.config.ts
tailwind.config.js
postcss.config.js
eslint.config.js
vitest.workspace.ts
components.json

# Development files
.git/
.gitignore
node_modules/
*.log
index.html

# Testing
tests/
**/*.test.*
coverage/

# CI/CD
.github/

# IDE specific files
.idea/
.vscode/
*.iml
*.swp
*.swo
glyphwald-*.tgz
Loading