chore: ignore .continue config

This commit is contained in:
Ayo Ayco 2025-08-24 11:20:20 +02:00
parent c78c802061
commit 7b41a3831e
2 changed files with 1 additions and 6 deletions

View file

@ -1,6 +0,0 @@
name: Astro documentation
version: 0.0.1
schema: v1
docs:
- name: Astro docs
startUrl: https://docs.astro.build

1
.gitignore vendored
View file

@ -2,6 +2,7 @@ node_modules/
dist/
.astro/
.output/
.continue/
package-lock.json
*~