mirror of
https://github.com/Xahau/xahau-web.git
synced 2026-04-29 15:37:47 +00:00
ignore output dir on check
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"useIgnoreFile": false
|
||||
},
|
||||
"files": {
|
||||
"includes": ["**", "!*/**/*.astro"],
|
||||
"includes": ["**", "!*/**/*.astro", "!.astro", "!dist"],
|
||||
"ignoreUnknown": false
|
||||
},
|
||||
"formatter": {
|
||||
|
||||
Reference in New Issue
Block a user