mcfly/.gitignore
ayo 07bdc4c73d
feat: new create component package (#63)
- adds a new tool create-component for scaffolding a new web component
- initially it is a fork of create-mcfly but using @ayo-run/web-component as default template, which scaffolds a new component powered by webcomponent.io
2026-05-11 10:23:24 +02:00

21 lines
166 B
Text

dist
node_modules
coverage
html
*.log*
.nitro
.mcfly
.netlify
.cache
.output
.env
.eslintcache
*~
*swp
*swo
# default scaffolded directories
mcfly-app
hello-world