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/hackernews/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/hackernews') diff --git a/examples/hackernews/.gitignore b/examples/hackernews/.gitignore index 7329a851d..cfc68ec19 100644 --- a/examples/hackernews/.gitignore +++ b/examples/hackernews/.gitignore @@ -1,6 +1,8 @@ # build output dist/ .output/ +# generated types +.astro/ # dependencies node_modules/ -- cgit v1.2.3