Add .astro/ to .gitignore in example projects (#5841)

* Delete committed types in with-content example

* Add `.astro/` to `.gitignore` in example projects
This commit is contained in:
Chris Swithinbank
2023-01-12 17:26:13 +01:00
committed by GitHub
parent 5ed1bf4675
commit 1d43a3a6aa
24 changed files with 46 additions and 98 deletions

View File

@ -1,5 +1,7 @@
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/