mirror of
https://github.com/withastro/astro.git
synced 2025-09-25 06:55:46 +08:00
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:

committed by
GitHub

parent
5ed1bf4675
commit
1d43a3a6aa
2
examples/framework-vue/.gitignore
vendored
2
examples/framework-vue/.gitignore
vendored
@ -1,5 +1,7 @@
|
||||
# build output
|
||||
dist/
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
Reference in New Issue
Block a user