Skip to content

Commit 92144b4

Browse files
authored
Merge pull request #12 from 360-info/feature-improveignore
Exclude docs folder from new Sverto projects
2 parents d6cd668 + 76c7e65 commit 92144b4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.quartoignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
README.md
2+
NEWS.md
23
LICENSE
4+
docs/
5+
.quarto/
6+
!.gitignore

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Sverto 0.0.2
2+
3+
- Bump minimum Quarto version to 1.3.0.
4+
- Fixes for compatibility with newer Quarto 1.3 pre-releases
5+
- Quarto's switch from Pandoc 2 to Pandoc 3 caused some issues with the way Sverto identifies Svelte import statements. This should no longer be a problem.
6+
- We now take advantage of the improved `.quartoignore` functionality in Quarto 1.3 to:
7+
1. avoid copying the `docs` folder in with the project template; and
8+
2. include the `.gitignore` with the template
9+
10+
## 0.0.1
11+
12+
- Initial release

_extensions/sverto/_extension.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Sverto
22
author: 360info
3-
version: 0.0.1
4-
quarto-version: ">=1.2.0"
3+
version: 0.0.2
4+
quarto-version: ">=1.3.0"
55
contributes:
66
project:
77
project:

0 commit comments

Comments
 (0)