chore: ignore .continue config
This commit is contained in:
parent
c78c802061
commit
7b41a3831e
2 changed files with 1 additions and 6 deletions
|
@ -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
1
.gitignore
vendored
|
@ -2,6 +2,7 @@ node_modules/
|
|||
dist/
|
||||
.astro/
|
||||
.output/
|
||||
.continue/
|
||||
package-lock.json
|
||||
|
||||
*~
|
||||
|
|
Loading…
Reference in a new issue