From 1d43a3a6aafa02b59e39c238abac9499a10aadb9 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Thu, 12 Jan 2023 17:26:13 +0100 Subject: Add `.astro/` to `.gitignore` in example projects (#5841) * Delete committed types in with-content example * Add `.astro/` to `.gitignore` in example projects --- examples/framework-svelte/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/framework-svelte') 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/ -- cgit v1.2.3