summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Chris Swithinbank <swithinbank@gmail.com> 2023-01-12 17:26:13 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-12 11:26:13 -0500
commit1d43a3a6aafa02b59e39c238abac9499a10aadb9 (patch)
tree400335a83c924718d51f81ba079e992736c938d7 /examples/framework-svelte
parent5ed1bf4675e72c25713a0709915d12245bc9cbb8 (diff)
downloadastro-1d43a3a6aafa02b59e39c238abac9499a10aadb9.tar.gz
astro-1d43a3a6aafa02b59e39c238abac9499a10aadb9.tar.zst
astro-1d43a3a6aafa02b59e39c238abac9499a10aadb9.zip
Add `.astro/` to `.gitignore` in example projects (#5841)
* Delete committed types in with-content example * Add `.astro/` to `.gitignore` in example projects
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r--examples/framework-svelte/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/framework-svelte/.gitignore b/examples/framework-svelte/.gitignore
index 02f6e50b4..6240da8b1 100644
--- a/examples/framework-svelte/.gitignore
+++ b/examples/framework-svelte/.gitignore
@@ -1,5 +1,7 @@
# build output
dist/
+# generated types
+.astro/
# dependencies
node_modules/