Skip to content

Commit f023166

Browse files
committed
chore: ignore jsconfig
1 parent 18042ef commit f023166

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
resources
33
public
44
.hugo_build.lock
5-
.cache
5+
.cache
6+
assets/jsconfig.json

assets/jsconfig.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fmt": {
3-
"exclude": ["themes/", "**/*.html"],
3+
"exclude": ["themes/", "**/*.html", "assets/jsconfig.json"],
44
"proseWrap": "preserve"
55
}
66
}

0 commit comments

Comments
 (0)