Updated gitignores
This commit is contained in:
parent
8c65f13327
commit
cf70978c41
25 changed files with 50 additions and 25 deletions
3
examples/blog-multiple-authors/.gitignore
vendored
3
examples/blog-multiple-authors/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/blog/.gitignore
vendored
3
examples/blog/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/component/.gitignore
vendored
3
examples/component/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/docs/.gitignore
vendored
3
examples/docs/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/env-vars/.gitignore
vendored
3
examples/env-vars/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/framework-alpine/.gitignore
vendored
3
examples/framework-alpine/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/framework-lit/.gitignore
vendored
3
examples/framework-lit/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/framework-multiple/.gitignore
vendored
3
examples/framework-multiple/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/framework-preact/.gitignore
vendored
3
examples/framework-preact/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/framework-react/.gitignore
vendored
3
examples/framework-react/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/framework-solid/.gitignore
vendored
3
examples/framework-solid/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/framework-svelte/.gitignore
vendored
3
examples/framework-svelte/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/framework-vue/.gitignore
vendored
3
examples/framework-vue/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/integrations-playground/.gitignore
vendored
3
examples/integrations-playground/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/minimal/.gitignore
vendored
3
examples/minimal/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/non-html-pages/.gitignore
vendored
3
examples/non-html-pages/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/portfolio/.gitignore
vendored
3
examples/portfolio/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/starter/.gitignore
vendored
3
examples/starter/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/subpath/.gitignore
vendored
3
examples/subpath/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/with-markdown-plugins/.gitignore
vendored
3
examples/with-markdown-plugins/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/with-markdown-shiki/.gitignore
vendored
3
examples/with-markdown-shiki/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/with-markdown/.gitignore
vendored
3
examples/with-markdown/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/with-nanostores/.gitignore
vendored
3
examples/with-nanostores/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/with-tailwindcss/.gitignore
vendored
3
examples/with-tailwindcss/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
3
examples/with-vite-plugin-pwa/.gitignore
vendored
3
examples/with-vite-plugin-pwa/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# build output
|
||||
dist
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
|
Loading…
Reference in a new issue