summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/blog-multiple-authors/.gitignore3
-rw-r--r--examples/blog/.gitignore3
-rw-r--r--examples/component/.gitignore3
-rw-r--r--examples/docs/.gitignore3
-rw-r--r--examples/env-vars/.gitignore3
-rw-r--r--examples/framework-alpine/.gitignore3
-rw-r--r--examples/framework-lit/.gitignore3
-rw-r--r--examples/framework-multiple/.gitignore3
-rw-r--r--examples/framework-preact/.gitignore3
-rw-r--r--examples/framework-react/.gitignore3
-rw-r--r--examples/framework-solid/.gitignore3
-rw-r--r--examples/framework-svelte/.gitignore3
-rw-r--r--examples/framework-vue/.gitignore3
-rw-r--r--examples/integrations-playground/.gitignore3
-rw-r--r--examples/minimal/.gitignore3
-rw-r--r--examples/non-html-pages/.gitignore3
-rw-r--r--examples/portfolio/.gitignore3
-rw-r--r--examples/starter/.gitignore3
-rw-r--r--examples/subpath/.gitignore3
-rw-r--r--examples/with-markdown-plugins/.gitignore3
-rw-r--r--examples/with-markdown-shiki/.gitignore3
-rw-r--r--examples/with-markdown/.gitignore3
-rw-r--r--examples/with-nanostores/.gitignore3
-rw-r--r--examples/with-tailwindcss/.gitignore3
-rw-r--r--examples/with-vite-plugin-pwa/.gitignore3
25 files changed, 50 insertions, 25 deletions
diff --git a/examples/blog-multiple-authors/.gitignore b/examples/blog-multiple-authors/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/blog-multiple-authors/.gitignore
+++ b/examples/blog-multiple-authors/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/blog/.gitignore b/examples/blog/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/blog/.gitignore
+++ b/examples/blog/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/component/.gitignore b/examples/component/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/component/.gitignore
+++ b/examples/component/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/docs/.gitignore b/examples/docs/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/docs/.gitignore
+++ b/examples/docs/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/env-vars/.gitignore b/examples/env-vars/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/env-vars/.gitignore
+++ b/examples/env-vars/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/framework-alpine/.gitignore b/examples/framework-alpine/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/framework-alpine/.gitignore
+++ b/examples/framework-alpine/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/framework-lit/.gitignore b/examples/framework-lit/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/framework-lit/.gitignore
+++ b/examples/framework-lit/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/framework-multiple/.gitignore b/examples/framework-multiple/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/framework-multiple/.gitignore
+++ b/examples/framework-multiple/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/framework-preact/.gitignore b/examples/framework-preact/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/framework-preact/.gitignore
+++ b/examples/framework-preact/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/framework-react/.gitignore b/examples/framework-react/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/framework-react/.gitignore
+++ b/examples/framework-react/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/framework-solid/.gitignore b/examples/framework-solid/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/framework-solid/.gitignore
+++ b/examples/framework-solid/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/framework-svelte/.gitignore b/examples/framework-svelte/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/framework-svelte/.gitignore
+++ b/examples/framework-svelte/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/framework-vue/.gitignore b/examples/framework-vue/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/framework-vue/.gitignore
+++ b/examples/framework-vue/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/integrations-playground/.gitignore b/examples/integrations-playground/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/integrations-playground/.gitignore
+++ b/examples/integrations-playground/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/minimal/.gitignore b/examples/minimal/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/minimal/.gitignore
+++ b/examples/minimal/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/non-html-pages/.gitignore b/examples/non-html-pages/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/non-html-pages/.gitignore
+++ b/examples/non-html-pages/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/portfolio/.gitignore b/examples/portfolio/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/portfolio/.gitignore
+++ b/examples/portfolio/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/starter/.gitignore b/examples/starter/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/starter/.gitignore
+++ b/examples/starter/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/subpath/.gitignore b/examples/subpath/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/subpath/.gitignore
+++ b/examples/subpath/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/with-markdown-plugins/.gitignore b/examples/with-markdown-plugins/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/with-markdown-plugins/.gitignore
+++ b/examples/with-markdown-plugins/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/with-markdown-shiki/.gitignore b/examples/with-markdown-shiki/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/with-markdown-shiki/.gitignore
+++ b/examples/with-markdown-shiki/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/with-markdown/.gitignore b/examples/with-markdown/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/with-markdown/.gitignore
+++ b/examples/with-markdown/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/with-nanostores/.gitignore b/examples/with-nanostores/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/with-nanostores/.gitignore
+++ b/examples/with-nanostores/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/with-tailwindcss/.gitignore b/examples/with-tailwindcss/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/with-tailwindcss/.gitignore
+++ b/examples/with-tailwindcss/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/
diff --git a/examples/with-vite-plugin-pwa/.gitignore b/examples/with-vite-plugin-pwa/.gitignore
index 7742642c1..7329a851d 100644
--- a/examples/with-vite-plugin-pwa/.gitignore
+++ b/examples/with-vite-plugin-pwa/.gitignore
@@ -1,5 +1,6 @@
# build output
-dist
+dist/
+.output/
# dependencies
node_modules/